multisets 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~QuickCheckPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- multisets.cabal +2/−2
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for multisets +## 0.1.0.1 -- 2026-09-16++* Bump QuickCheck bounds to allow 2.19.+ ## 0.1.0.0 -- 2026-09-15 * First version. Released on an unsuspecting world.
multisets.cabal view
@@ -1,6 +1,6 @@ cabal-version: 3.0 name: multisets-version: 0.1.0.0+version: 0.1.0.1 synopsis: Multisets with arbitrary-precision Natural multiplicities description: Finite multisets with arbitrary-precision 'Natural' multiplicities.@@ -49,5 +49,5 @@ main-is: Main.hs build-depends: base, containers, multisets, deepseq,- tasty >= 1.2.3 && < 1.6, tasty-quickcheck >= 0.10.1.1 && < 0.12, QuickCheck >= 2.13.2 && < 2.19+ tasty >= 1.2.3 && < 1.6, tasty-quickcheck >= 0.10.1.1 && < 0.12, QuickCheck >= 2.13.2 && < 2.20 ghc-options: -Wall -threaded -rtsopts