Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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`
Expand Down
4 changes: 2 additions & 2 deletions cabal.project
Original file line number Diff line number Diff line change
@@ -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: .

Expand Down
6 changes: 3 additions & 3 deletions quickcheck-lockstep.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down