diff options
Diffstat (limited to 'haskell/haskell-dataenc/README')
-rw-r--r-- | haskell/haskell-dataenc/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/haskell/haskell-dataenc/README b/haskell/haskell-dataenc/README new file mode 100644 index 0000000000..0e39f95c01 --- /dev/null +++ b/haskell/haskell-dataenc/README @@ -0,0 +1,8 @@ +Data encoding library currently providing Base16, Base32, Base32Hex, +Base64, Base64Url, Base85, Python string escaping, Quoted-Printable, +URL encoding, uuencode, xxencode, and yEncoding. + +This requires ghc. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |