bloomfilter-blocked 0.1.0.1 → 0.1.0.2
raw patch · 2 files changed
+8/−4 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- bloomfilter-blocked.cabal +4/−4
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for bloomfilter-blocked +## 0.1.0.2 -- 2026-03-03++* PATCH: support `ghc-9.14`+ ## 0.1.0.1 -- 2025-11-25 * PATCH: Change source code repository to a new location.
bloomfilter-blocked.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.4 name: bloomfilter-blocked-version: 0.1.0.1+version: 0.1.0.2 synopsis: Fast, compact Bloom filters description: This library provides [Bloom filters](https://en.wikipedia.org/wiki/Bloom_filter).@@ -53,7 +53,7 @@ category: Data build-type: Simple tested-with:- GHC ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10 || ==9.12+ GHC ==9.2 || ==9.4 || ==9.6 || ==9.8 || ==9.10 || ==9.12 || ==9.14 extra-doc-files: CHANGELOG.md@@ -72,7 +72,7 @@ source-repository this type: git location: https://github.com/well-typed/bloomfilter-blocked- tag: bloomfilter-blocked-0.1.0.1+ tag: bloomfilter-blocked-0.1.0.2 common warnings ghc-options:@@ -94,7 +94,7 @@ import: language, warnings hs-source-dirs: src build-depends:- , base >=4.16 && <4.22+ , base >=4.16 && <4.23 , bloomfilter-blocked:xxhash , bytestring ^>=0.11 || ^>=0.12 , deepseq ^>=1.4 || ^>=1.5