diff options
Diffstat (limited to 'haskell/haskell-base64-bytestring/README')
-rw-r--r-- | haskell/haskell-base64-bytestring/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/haskell/haskell-base64-bytestring/README b/haskell/haskell-base64-bytestring/README new file mode 100644 index 0000000000000..543cf3c9195eb --- /dev/null +++ b/haskell/haskell-base64-bytestring/README @@ -0,0 +1,7 @@ +This package provides a Haskell library for working with base64-encoded +data quickly and efficiently, using the ByteString type. + +This requires ghc. + +After uninstalling, run this command to unregister the package from the ghc +package database: ghc-pkg recache |