bloomfilter 1.2.6.4 → 1.2.6.5
raw patch · 2 files changed
+2/−2 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- Data/BloomFilter.hs +1/−1
- bloomfilter.cabal +1/−1
Data/BloomFilter.hs view
@@ -169,7 +169,7 @@ #if WORD_SIZE_IN_BITS == 64 maxHash = 4294967296 #else-maxHash = 2147483648+maxHash = 1073741824 #endif logBitsInHash :: Int
bloomfilter.cabal view
@@ -1,5 +1,5 @@ name: bloomfilter-version: 1.2.6.4+version: 1.2.6.5 license: BSD3 license-file: LICENSE author: Bryan O'Sullivan <bos@serpentine.com>