diff options
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 |