diff options
author | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:40:36 -0500 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-08-27 10:40:36 -0500 |
commit | e0b36d72bdd7123670033d9faf3cbbb5dce61407 (patch) | |
tree | b4cffe3d7bceeca99c6b3dd5de20f67bf710a87c /haskell | |
parent | a96debc35275deb2a0f7e8e64a3c811b4c9e7b13 (diff) | |
download | slackbuilds-e0b36d72bdd7123670033d9faf3cbbb5dce61407.tar.gz |
haskell/haskell-zlib: Fixed dep info
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-zlib/README | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/haskell/haskell-zlib/README b/haskell/haskell-zlib/README index b2435f0eb2..84c7908202 100644 --- a/haskell/haskell-zlib/README +++ b/haskell/haskell-zlib/README @@ -3,7 +3,5 @@ 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. - After uninstalling, run the following command to unregister the package from the ghc package database: ghc-pkg recache |