diff options
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 |