diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:42:25 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:47:02 +0700 |
commit | 293e6e980d69a5787fcc369ded76b979e487c779 (patch) | |
tree | 000038c60154124ba4ddbb0dd7f49554df7cea9d /haskell/haskell-cryptohash/README | |
parent | 0d2b5a6214982574ab2cf038013404a448a84586 (diff) |
haskell/haskell-cryptohash: Added (collection of crypto hashes).
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000000..89d6244574228 --- /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 |