From 3370bc61aca319ea92ac4169e3e98a39e27cd12e Mon Sep 17 00:00:00 2001 From: Joris Dral Date: Wed, 29 Oct 2025 11:08:16 +0100 Subject: [PATCH] Support `QuickCheck-2.17`, release `quickcheck-lockstep-0.8.2` --- CHANGELOG.md | 4 ++++ cabal.project | 4 ++-- quickcheck-lockstep.cabal | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e218074..8272303 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` diff --git a/cabal.project b/cabal.project index 3fa28d8..c3e9ecf 100644 --- a/cabal.project +++ b/cabal.project @@ -1,7 +1,7 @@ index-state: -- Bump this if you need newer packages from Hackage - -- current date: QuickCheck-2.16 - , hackage.haskell.org 2025-07-18T00:00:00Z + -- current date: QuickCheck-2.17 + , hackage.haskell.org 2025-10-29T00:00:00Z packages: . diff --git a/quickcheck-lockstep.cabal b/quickcheck-lockstep.cabal index e0d8df7..8f45f1b 100644 --- a/quickcheck-lockstep.cabal +++ b/quickcheck-lockstep.cabal @@ -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 head 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 @@ library , 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