diff options
author | David Spencer <baildon.research@googlemail.com> | 2016-05-09 09:51:28 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-11 03:17:21 +0700 |
commit | 8d5bcb6884bbcecc9a547591c7a3557bc5c21652 (patch) | |
tree | 095bacde7f16b0574b8709d44829ff05db506d53 /haskell/haskell-base16-bytestring/README | |
parent | ee2d1f7658cd9662e4f143059df149a53671e900 (diff) |
haskell/haskell-base16-bytestring: Added (base16 encoding/decoding).
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Diffstat (limited to 'haskell/haskell-base16-bytestring/README')
-rw-r--r-- | haskell/haskell-base16-bytestring/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/haskell/haskell-base16-bytestring/README b/haskell/haskell-base16-bytestring/README new file mode 100644 index 000000000000..0b296e6a4639 --- /dev/null +++ b/haskell/haskell-base16-bytestring/README @@ -0,0 +1,5 @@ +This package provides a Haskell library for working with base16-encoded data +quickly and efficiently, using the ByteString type. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |