diff options
Diffstat (limited to 'libraries/haskell-zip-archive/README')
-rw-r--r-- | libraries/haskell-zip-archive/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libraries/haskell-zip-archive/README b/libraries/haskell-zip-archive/README index 5f19f9a5f9..20bbea1999 100644 --- a/libraries/haskell-zip-archive/README +++ b/libraries/haskell-zip-archive/README @@ -1,8 +1,8 @@ This is a library for Haskell programs. It provides functions for -creating, modifying, and extracting files from zip archives. +creating, modifying, and extracting files from zip archives. -This requires ghc, haskell-binary, haskell-mtl, haskell-digest, -haskell-zlib, and haskell-utf8-string. +This requires ghc, haskell-binary, haskell-transformers, haskell-mtl, +haskell-digest, haskell-zlib, and haskell-utf8-string. After uninstalling, run the following command to unregister the package from the ghc package database: ghc-pkg recache |