quickcheck-silent 0.11.0.6 → 0.11.0.7
raw patch · 2 files changed
+7/−3 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
- quickcheck-silent.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for quickcheck-silent +## 0.11.0.7 -- 2026-08-08++* Lower bound back to `2.1` from `2.18`.+ ## 0.11.0.6 -- 2026-08-08 * Implementations, based on feedack from `#haskell` on
quickcheck-silent.cabal view
@@ -10,7 +10,7 @@ build-type: Simple name: quickcheck-silent-version: 0.11.0.6+version: 0.11.0.7 synopsis: Testing with QuickCheck in silence description: Testing with QuickCheck in silence. For more info see README.md@@ -52,9 +52,9 @@ Haskell2010 build-depends: -- Prelude- base >= 4 && < 5+ base >= 4 && < 5 -- Test- , QuickCheck >= 2.18 && < 3+ , QuickCheck >= 2.1 && < 3 ghc-options: -------------------------------------------------------------------------- -- GHC 9.10.3 Users Guide