BSD-3-Clause licensed by Stefan Wehr, Lukas Epple
Maintained by Stefan Wehr
This version can be pinned in stack with:large-hashable-0.1.2.0@sha256:3e0e49d3e98540d1cfae6d0546f8882c6a21580933d214867a606f79e2891b42,4945

LargeHashable

BuildStatus Hackage

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 build builds the code
  • stack test builds the code and runs the tests
  • run-benchmarks.sh runs the benchmark suite