diff options
Diffstat (limited to 'libraries/haskell-binary/README')
-rw-r--r-- | libraries/haskell-binary/README | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libraries/haskell-binary/README b/libraries/haskell-binary/README deleted file mode 100644 index 34fa609952d2d..0000000000000 --- a/libraries/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 |