Name: murmur-hash Version: 0.1 License: BSD3 License-File: LICENSE Author: Thomas Schilling Maintainer: Thomas Schilling Homepage: http://github.com/nominolo/murmur-hash Synopsis: MurmurHash2 implementation for Description: Implements MurmurHash2, a good, fast, general-purpose, non-cryptographic hashing function. See for details. . This implementation is pure Haskell, so it might be a bit slower than a C FFI binding. Category: Data, Digest Stability: provisional Build-Type: Simple Cabal-Version: >= 1.6 Library Build-Depends: base >= 3.0 && < 4.3 exposed-modules: Data.Digest.Murmur32 Data.Digest.Murmur64