@hackage large-hashable0.1.0.2
Efficiently hash (large) Haskell values
Categories
License
BSD-3-Clause
Maintainer
Stefan Wehr <wehr@cp-med.com>
Links
Versions
Installation
Dependencies (16)
- aeson
- base >=4.8 && <5
- base16-bytestring
- bytes
- bytestring
- containers Show all…
Dependents (1)
@hackage/acme-everything
LargeHashable
Efficiently hash Haskell values with MD5, SHA256, SHA512 and other hashing algorithms.
Install
- Using cabal:
cabal install large-hashable - Using Stack:
stack install large-hashable
Building from git repository
- clone the repository
- Install the stack tool (http://haskellstack.org)
stack buildbuilds the codestack testbuilds the code and runs the testsrun-benchmarks.shruns the benchmark suite