From 18a59dbfda9be62d19e2a30895c1ea82bf56bffc Mon Sep 17 00:00:00 2001 From: Peter Wang Date: Wed, 7 Sep 2011 23:06:21 -0400 Subject: haskell/haskell-base64-bytestring: Added (base64 encoding/decoding) Signed-off-by: dsomero --- haskell/haskell-base64-bytestring/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 haskell/haskell-base64-bytestring/README (limited to 'haskell/haskell-base64-bytestring/README') 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 -- cgit v1.2.3