packages feed

murmur3 1.0.2 → 1.0.3

raw patch · 1 files changed

+12/−12 lines, 1 filesdep ~HUnitdep ~QuickCheckdep ~base16-bytestringPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: HUnit, QuickCheck, base16-bytestring, bytestring, cereal, test-framework, test-framework-hunit, test-framework-quickcheck2

API changes (from Hackage documentation)

Files

murmur3.cabal view
@@ -1,5 +1,5 @@ name:                  murmur3-version:               1.0.2+version:               1.0.3 synopsis:                   Pure Haskell implementation of the MurmurHash3 x86_32 algorithm. description:@@ -25,9 +25,9 @@ library     exposed-modules:   Data.Hash.Murmur -    build-depends: base                     >= 4.6        && < 5 -                 , bytestring               >= 0.10       && < 0.11 -                 , cereal                   >= 0.5.1      && < 0.5.3+    build-depends: base                     >= 4.6 && < 5 +                 , bytestring               >= 0.10       +                 , cereal                   >= 0.5.1            ghc-options: -Wall @@ -37,15 +37,15 @@      other-modules: Data.Hash.Murmur.Units -    build-depends: base                           >= 4.6        && < 5 -                 , base16-bytestring              >= 0.1        && < 1.2-                 , bytestring                     >= 0.10       && < 0.11 +    build-depends: base                           >= 4.6 && < 5 +                 , base16-bytestring              >= 0.1+                 , bytestring                     >= 0.10                  , murmur3-                 , HUnit                          >= 1.2        && < 1.4-                 , QuickCheck                     >= 2.6        && < 2.9-                 , test-framework                 >= 0.8        && < 0.9 -                 , test-framework-quickcheck2     >= 0.3        && < 0.4 -                 , test-framework-hunit           >= 0.3        && < 0.4 +                 , 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