File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 22
33## 0.8.0 -- 2025-07-03
44
5-
65* BREAKING: Support ` quickcheck-dynamic-4 ` . Going from version 3 to 4, some
76 breaking changes were introduced in ` quickcheck-dynamic ` , which cascades into
87 changes for ` quickcheck-lockstep ` . The changes to the latter are listed below
Original file line number Diff line number Diff line change 1- cabal-version : 2 .4
1+ cabal-version : 3 .4
22name : quickcheck-lockstep
3- version : 0.7 .0
3+ version : 0.8 .0
44license : BSD-3-Clause
55license-file : LICENSE
66author : Edsko de Vries
@@ -34,6 +34,11 @@ source-repository head
3434 type : git
3535 location : https://github.com/well-typed/quickcheck-lockstep
3636
37+ source-repository head
38+ type : git
39+ location : https://github.com/well-typed/quickcheck-lockstep
40+ tag : quickcheck-lockstep-0.8.0
41+
3742common language
3843 -- This is at the top-level so that `cabal check` does not complain.
3944 default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments