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/README | |
parent | 0c0e4c4e845fb568e4133646123f7710e115022f (diff) |
haskell/haskell-binary: Removed, included in ghc now.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-binary/README')
-rw-r--r-- | haskell/haskell-binary/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/haskell/haskell-binary/README b/haskell/haskell-binary/README deleted file mode 100644 index 34fa609952..0000000000 --- a/haskell/haskell-binary/README +++ /dev/null @@ -1,8 +0,0 @@ -This is a library for Haskell programs, providing high performance binary -serialisation of Haskell data. It uses the ByteString library to achieve -efficient, lazy reading and writing of structures in binary format. - -This requires ghc. - -After uninstalling, run this command to unregister the package from the ghc -package database: ghc-pkg recache |