diff options
Diffstat (limited to 'haskell/haskell-cryptohash/README')
-rw-r--r-- | haskell/haskell-cryptohash/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/haskell/haskell-cryptohash/README b/haskell/haskell-cryptohash/README new file mode 100644 index 0000000000..89d6244574 --- /dev/null +++ b/haskell/haskell-cryptohash/README @@ -0,0 +1,6 @@ +A collection of crypto hashes, with a practical incremental and +one-pass, pure APIs, with performance close to the fastest +implementations available in other languages. + +After uninstalling, run this command to unregister the package from +the ghc package database: ghc-pkg recache |