diff options
author | Peter Wang <novalazy@gmail.com> | 2010-05-13 00:58:43 +0200 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-13 00:58:43 +0200 |
commit | 9312937db879808391f1e8ad7b0e186cde398a15 (patch) | |
tree | 10e25899b60e7a8e92ac7754f8ac825297720add /libraries/haskell-zlib/README | |
parent | 43fbbdd01fc6b60077baaada024cecf3868d6cbc (diff) |
libraries/haskell-zlib: Added to 13.0 repository
Diffstat (limited to 'libraries/haskell-zlib/README')
-rw-r--r-- | libraries/haskell-zlib/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/haskell-zlib/README b/libraries/haskell-zlib/README new file mode 100644 index 000000000000..fc3cea429f35 --- /dev/null +++ b/libraries/haskell-zlib/README @@ -0,0 +1,9 @@ +This is a library for Haskell programs. It provides a pure interface for +compressing and decompressing streams of data represented as lazy ByteStrings. +It uses the zlib C library so it has high performance. It supports the "zlib", +"gzip" and "raw" compression formats. + +This requires ghc. + +When uninstalling, run the following command to unregister the package +from the ghc package database: ghc-pkg unregister zlib |