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 c883d84caf..5f19f9a5f9 100644 --- a/libraries/haskell-zip-archive/README +++ b/libraries/haskell-zip-archive/README @@ -2,7 +2,7 @@ This is a library for Haskell programs. It provides functions for creating, modifying, and extracting files from zip archives. This requires ghc, haskell-binary, haskell-mtl, haskell-digest, -and haskell-zlib. +haskell-zlib, and haskell-utf8-string. -When uninstalling, run the following command to unregister the package -from the ghc package database: ghc-pkg unregister zip-archive +After uninstalling, run the following command to unregister the package +from the ghc package database: ghc-pkg recache |