murmur3 1.0.1 → 1.0.2
raw patch · 1 files changed
+3/−3 lines, 1 filesdep ~HUnitdep ~cereal
Dependency ranges changed: HUnit, cereal
Files
- murmur3.cabal +3/−3
murmur3.cabal view
@@ -1,5 +1,5 @@ name: murmur3-version: 1.0.1+version: 1.0.2 synopsis: Pure Haskell implementation of the MurmurHash3 x86_32 algorithm. description:@@ -27,7 +27,7 @@ build-depends: base >= 4.6 && < 5 , bytestring >= 0.10 && < 0.11 - , cereal >= 0.5.1 && < 0.5.2 + , cereal >= 0.5.1 && < 0.5.3 ghc-options: -Wall @@ -41,7 +41,7 @@ , base16-bytestring >= 0.1 && < 1.2 , bytestring >= 0.10 && < 0.11 , murmur3- , HUnit >= 1.2 && < 1.3+ , HUnit >= 1.2 && < 1.4 , QuickCheck >= 2.6 && < 2.9 , test-framework >= 0.8 && < 0.9 , test-framework-quickcheck2 >= 0.3 && < 0.4