packages feed

Cabal revisions of murmur-hash-0.1.0.9

Hackage metadata revisions edit the .cabal file after upload; each diff below is one revision.

revision 1
-Name:            murmur-hash-Version:         0.1.0.9-License:         BSD3-License-File:    LICENSE-Author:          Thomas Schilling-Maintainer:      Thomas Schilling <nominolo@googlemail.com>-Homepage:        http://github.com/nominolo/murmur-hash-Synopsis:        MurmurHash2 implementation for Haskell.-Description:-  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.--Category:        Data, Digest-Stability:       provisional-Build-Type:      Simple-Cabal-Version:   >= 1.6-Extra-Source-Files: changelog.md--Library-  Build-Depends:-    base          >= 3.0 && < 5,-    bytestring    >= 0.9 && < 0.11--  exposed-modules:-    Data.Digest.Murmur32-    Data.Digest.Murmur64--Source-repository head-  Type:       git-  Location:   git://github.com/nominolo/murmur-hash.git+Name:            murmur-hash
+Version:         0.1.0.9
+x-revision: 1
+License:         BSD3
+License-File:    LICENSE
+Author:          Thomas Schilling
+Maintainer:      Thomas Schilling <nominolo@googlemail.com>
+Homepage:        http://github.com/nominolo/murmur-hash
+Synopsis:        MurmurHash2 implementation for Haskell.
+Description:
+  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.
+
+Category:        Data, Digest
+Stability:       provisional
+Build-Type:      Simple
+Cabal-Version:   >= 1.6
+Extra-Source-Files: changelog.md
+
+Library
+  Build-Depends:
+    base          >= 3.0 && < 5,
+    bytestring    >= 0.9 && < 0.12
+
+  exposed-modules:
+    Data.Digest.Murmur32
+    Data.Digest.Murmur64
+
+Source-repository head
+  Type:       git
+  Location:   git://github.com/nominolo/murmur-hash.git