diff options
Diffstat (limited to 'haskell/haskell-binary/README')
-rw-r--r-- | haskell/haskell-binary/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-binary/README b/haskell/haskell-binary/README new file mode 100644 index 0000000000..34fa609952 --- /dev/null +++ b/haskell/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. + +After uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg recache |