bloomfilter-redis 0.1.0.2 → 0.1.0.3
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~hedisPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: hedis
API changes (from Hackage documentation)
- Data.RedisBloom.Hash.FNV: fnvPrime :: (Num a, FiniteBits a) => a
+ Data.RedisBloom.Hash.FNV: fnvPrime :: forall a. (Num a, FiniteBits a) => a
- Data.RedisBloom.Suggestions: suggestCapacity :: (Integral a, RealFrac b, Floating b) => a -> b -> Capacity
+ Data.RedisBloom.Suggestions: suggestCapacity :: forall a b. (Integral a, RealFrac b, Floating b) => a -> b -> Capacity
- Data.RedisBloom.Suggestions: suggestHashCount :: (Integral a) => a -> Capacity -> HashCount
+ Data.RedisBloom.Suggestions: suggestHashCount :: forall a. (Integral a) => a -> Capacity -> HashCount
Files
- CHANGELOG.md +4/−0
- bloomfilter-redis.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+0.1.0.3+------+* Compatibility with GHC 8.0/base-4.9+ 0.1.0.2 ------ * Fix bad Hackage upload of 0.1.0.2 (it accidentally contained a
bloomfilter-redis.cabal view
@@ -1,5 +1,5 @@ name: bloomfilter-redis-version: 0.1.0.2+version: 0.1.0.3 synopsis: Distributed bloom filters on Redis (using the Hedis client). description: Distributed bloom filters on Redis (using the Hedis client).@@ -43,7 +43,7 @@ , bytestring >= 0.9 && < 0.11 , binary >= 0.7 && < 0.9 , hashable >= 1.2 && < 1.3- , hedis >= 0.5 && < 0.9+ , hedis >= 0.5 && < 0.10 , arithmoi >= 0.3 && < 0.5 hs-source-dirs: src @@ -57,7 +57,7 @@ , bloomfilter-redis , bytestring >= 0.9 && < 0.11 , hashable >= 1.2 && < 1.3- , hedis >= 0.5 && < 0.9+ , hedis >= 0.5 && < 0.10 , tasty >= 0.8 && < 0.12 , tasty-rerun >= 1.1 && < 1.2 , tasty-quickcheck >= 0.8 && < 0.9