diff options
Diffstat (limited to 'haskell/haskell-zip-archive/README')
-rw-r--r-- | haskell/haskell-zip-archive/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-zip-archive/README b/haskell/haskell-zip-archive/README new file mode 100644 index 0000000000..20bbea1999 --- /dev/null +++ b/haskell/haskell-zip-archive/README @@ -0,0 +1,8 @@ +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-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 |