BSD-3-Clause licensed by Thomas Schilling
Maintained by Thomas Schilling
This version can be pinned in stack with:murmur-hash-0.1.0.10@sha256:37d96ba3ca41b818ce30c59e53bd31ec6ca65fbc758498666929c954d629e818,1005

Module documentation for 0.1.0.10

Depends on 2 packages(full list with versions):
Used by 1 package in lts-20.12(full list with versions):

Implements MurmurHash2, a good, fast, general-purpose, non-cryptographic hashing function. See http://murmurhash.googlepages.com/ for details.

This implementation is pure Haskell, so it might be a bit slower than a C FFI binding.

Changes

0.1.0.10

  • Replace use of deprecated bitSize by finiteBitSize
  • Bump bytestring dependency to allow 0.11

0.1.0.9

  • Bump dependency ranges for GHC 8.0

0.1.0.8

  • Bump dependency ranges for GHC 7.10

0.1.0.7

  • Bump dependency ranges for GHC 7.8

0.1.0.6:

  • Loosen dependency on base and bytestring to compile with GHC 7.6.

0.1.0.5:

  • Loosen dependency on base to compile with GHC 7.4.