BSD-3-Clause licensed by Abhinav Gupta
Maintained by [email protected]
This version can be pinned in stack with:farmhash-0.1.0.5@sha256:908f8cb5fb2b232086254aac0fdfd0bf120fb102df716ebf4ad1352685f0d93b,1972

Module documentation for 0.1.0.5

Depends on 2 packages(full list with versions):

build-status

This package provides bindings to the farmhash library.

FarmHash is a family of very fast hash functions (see farmhash). They are not suitable for cryptography.

The documentation for this package is available on Hackage and here. The benchmark report is available here.

Changes

0.1.0.5

  • Support GHC 8.

0.1.0.4

  • Loosen more version constraints.

0.1.0.3

  • Loosen version constraints for base.

0.1.0.2

  • Add -fno-exceptions while compiling C code. This prevents dynamic linking issues in the C++ code. (#1)

0.1.0.1

  • Initial release.