diff options
Diffstat (limited to 'libraries/haskell-zip-archive/README')
-rw-r--r-- | libraries/haskell-zip-archive/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/haskell-zip-archive/README b/libraries/haskell-zip-archive/README new file mode 100644 index 0000000000000..c883d84caf6de --- /dev/null +++ b/libraries/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-mtl, haskell-digest, +and haskell-zlib. + +When uninstalling, run the following command to unregister the package +from the ghc package database: ghc-pkg unregister zip-archive |