packages feed

Cabal revisions of murmur3-1.0.4

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

revision 1
-name:                  murmur3-version:               1.0.4-synopsis:              -    Pure Haskell implementation of the MurmurHash3 x86_32 algorithm.-description:-    MurmurHash3 is a non-cryptogrpahic hash function suitable for general-    hash-based lookup. We provide the x86_32 version which closely follows -    the following implementation:-    <https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp>-homepage:              http://github.com/plaprade/murmur3-bug-reports:           http://github.com/plaprade/murmur3/issues-stability:             stable-license:               MIT-license-file:          LICENSE-author:                Philippe Laprade-maintainer:            plaprade+hackage@gmail.com-category:              Data, Hash, Murmur-build-type:            Simple-cabal-version:         >= 1.10--source-repository head-    type:     git-    location: git://github.com/haskoin/murmur3.git--library-    default-language:  Haskell98-    exposed-modules:   Data.Hash.Murmur--    build-depends: base                     >= 4.6 && < 5 -                 , bytestring               >= 0.10       -                 , cereal                   >= 0.5.1      --    ghc-options: -Wall--test-suite test-murmur3-    default-language:  Haskell98-    type:              exitcode-stdio-1.0-    main-is:           Main.hs--    other-modules: Data.Hash.Murmur.Units--    build-depends: base                           >= 4.6 && < 5 -                 , base16-bytestring              >= 0.1-                 , bytestring                     >= 0.10-                 , murmur3-                 , HUnit                          >= 1.2-                 , QuickCheck                     >= 2.6-                 , test-framework                 >= 0.8-                 , test-framework-quickcheck2     >= 0.3-                 , test-framework-hunit           >= 0.3--    ghc-options: -Wall -    hs-source-dirs: tests-+name:                  murmur3
+version:               1.0.4
+x-revision: 1
+synopsis:              
+    Pure Haskell implementation of the MurmurHash3 x86_32 algorithm.
+description:
+    MurmurHash3 is a non-cryptogrpahic hash function suitable for general
+    hash-based lookup. We provide the x86_32 version which closely follows 
+    the following implementation:
+    <https://code.google.com/p/smhasher/source/browse/trunk/MurmurHash3.cpp>
+homepage:              http://github.com/haskoin/murmur3
+bug-reports:           http://github.com/haskoin/murmur3/issues
+stability:             stable
+license:               MIT
+license-file:          LICENSE
+author:                Philippe Laprade
+maintainer:            Philippe Laprade, Jean-Pierre Rupp
+category:              Data, Hash, Murmur
+build-type:            Simple
+cabal-version:         >= 1.10
+
+source-repository head
+    type:     git
+    location: git://github.com/haskoin/murmur3.git
+
+library
+    default-language:  Haskell98
+    exposed-modules:   Data.Hash.Murmur
+
+    build-depends: base                     >= 4.6 && < 5 
+                 , bytestring               >= 0.10       
+                 , cereal                   >= 0.5.1      
+
+    ghc-options: -Wall
+
+test-suite test-murmur3
+    default-language:  Haskell98
+    type:              exitcode-stdio-1.0
+    main-is:           Main.hs
+
+    other-modules: Data.Hash.Murmur.Units
+
+    build-depends: base                           >= 4.6 && < 5 
+                 , base16-bytestring              >= 0.1
+                 , bytestring                     >= 0.10
+                 , murmur3
+                 , HUnit                          >= 1.2
+                 , QuickCheck                     >= 2.6
+                 , test-framework                 >= 0.8
+                 , test-framework-quickcheck2     >= 0.3
+                 , test-framework-hunit           >= 0.3
+
+    ghc-options: -Wall 
+    hs-source-dirs: tests
+