summaryrefslogtreecommitdiffstats
path: root/libraries/haskell-binary/README
diff options
context:
space:
mode:
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
commitbcfd592c801a2944ee265c77067bb4eeb87fa60a (patch)
tree52f850ad1341b05c58abf469fe7d0666cd09c0b4 /libraries/haskell-binary/README
parentd3c49199c8627342230f388a89608fc40a8d9eba (diff)
downloadslackbuilds-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/README8
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