packages feed

quickcheck-lockstep 0.8.1 → 0.8.2

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 view
@@ -1,5 +1,9 @@ # Revision history for quickcheck-lockstep +## 0.8.2 -- 2025-10-29++* PATCH: support `QuickCheck-2.17`+ ## 0.8.1 -- 2025-07-18  * PATCH: support `QuickCheck-2.16`
quickcheck-lockstep.cabal view
@@ -1,6 +1,6 @@ cabal-version:   3.4 name:            quickcheck-lockstep-version:         0.8.1+version:         0.8.2 license:         BSD-3-Clause license-file:    LICENSE author:          Edsko de Vries@@ -37,7 +37,7 @@ source-repository this   type:     git   location: https://github.com/well-typed/quickcheck-lockstep-  tag:      quickcheck-lockstep-0.8.1+  tag:      quickcheck-lockstep-0.8.2  common language   -- This is at the top-level so that `cabal check` does not complain.@@ -143,7 +143,7 @@     , constraints         ^>=0.13 || ^>=0.14     , containers          ^>=0.6  || ^>=0.7  || ^>=0.8     , mtl                 ^>=2.2  || ^>=2.3-    , QuickCheck          ^>=2.14 || ^>=2.15 || ^>=2.16+    , QuickCheck          ^>=2.14 || ^>=2.15 || ^>=2.16 || ^>=2.17     , quickcheck-dynamic  ^>=4.0    hs-source-dirs:  src