diff options
author | Peter Wang <novalazy@gmail.com> | 2010-05-13 00:58:34 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-13 00:58:34 +0200 |
commit | bcfd592c801a2944ee265c77067bb4eeb87fa60a (patch) | |
tree | 52f850ad1341b05c58abf469fe7d0666cd09c0b4 /libraries/haskell-binary/README | |
parent | d3c49199c8627342230f388a89608fc40a8d9eba (diff) | |
download | slackbuilds-bcfd592c801a2944ee265c77067bb4eeb87fa60a.tar.gz slackbuilds-bcfd592c801a2944ee265c77067bb4eeb87fa60a.tar.xz |
libraries/haskell-binary: Added to 13.0 repository
Diffstat (limited to 'libraries/haskell-binary/README')
-rw-r--r-- | libraries/haskell-binary/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/haskell-binary/README b/libraries/haskell-binary/README new file mode 100644 index 0000000000..3b3c7934fb --- /dev/null +++ b/libraries/haskell-binary/README @@ -0,0 +1,8 @@ +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. + +When uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg unregister binary |