diff options
author | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:28:26 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-06-27 16:28:26 -0400 |
commit | 9c328dfaff51dd715b30f40a6dcc50b5be6ba11a (patch) | |
tree | ce8725197276d221c60827ec9c4fdc210c122881 /haskell/haskell-binary/slack-desc | |
parent | 0c0e4c4e845fb568e4133646123f7710e115022f (diff) | |
download | slackbuilds-9c328dfaff51dd715b30f40a6dcc50b5be6ba11a.tar.gz |
haskell/haskell-binary: Removed, included in ghc now.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-binary/slack-desc')
-rw-r--r-- | haskell/haskell-binary/slack-desc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/haskell/haskell-binary/slack-desc b/haskell/haskell-binary/slack-desc deleted file mode 100644 index 06140eecf8..0000000000 --- a/haskell/haskell-binary/slack-desc +++ /dev/null @@ -1,19 +0,0 @@ -# HOW TO EDIT THIS FILE: -# The "handy ruler" below makes it easier to edit a package description. Line -# up the first '|' above the ':' following the base package name, and the '|' -# on the right side marks the last column you can put a character in. You must -# make exactly 11 lines for the formatting to be correct. It's also -# customary to leave one space after the ':'. - - |-----handy-ruler------------------------------------------------------| -haskell-binary: haskell-binary (binary serialisation library for Haskell) -haskell-binary: -haskell-binary: This is a library for Haskell programs, providing high -haskell-binary: performance binary serialisation of Haskell data. It uses the -haskell-binary: ByteString library to achieve efficient, lazy reading and -haskell-binary: writing of structures in binary format. -haskell-binary: -haskell-binary: -haskell-binary: -haskell-binary: -haskell-binary: |