@@ -14,7 +14,7 @@ repository cardano-haskell-packages
14
14
-- update either of these.
15
15
index-state :
16
16
-- Bump this if you need newer packages from Hackage
17
- , hackage.haskell.org 2025-07-14T12:41 :02Z
17
+ , hackage.haskell.org 2025-07-16T09:24 :19Z
18
18
-- Bump this if you need newer packages from CHaP
19
19
, cardano-haskell-packages 2025-07-02T14:54 :39Z
20
20
@@ -57,12 +57,27 @@ if impl (ghc >= 9.12)
57
57
-- https://github.com/kapralVV/Unique/issues/11
58
58
, Unique :hashable
59
59
60
- , * :QuickCheck
61
- , quickcheck-lockstep :quickcheck-dynamic
62
-
60
+ if impl (ghc >= 9.10 )
61
+ allow-newer :
63
62
-- https://github.com/phadej/regression-simple/pull/14
64
63
, regression-simple :base
65
64
65
+ allow-newer :
66
+ -- https://github.com/phadej/vec/issues/121
67
+ , ral :QuickCheck
68
+ , fin :QuickCheck
69
+ , bin :QuickCheck
70
+
71
+ -- https://github.com/well-typed/quickcheck-lockstep/issues/38
72
+ , quickcheck-lockstep :QuickCheck
73
+ , quickckech-lockstep :quickcheck-dynamic
74
+
75
+ -- https://github.com/input-output-hk/fs-sim/pull/105
76
+ , fs-sim :QuickCheck
77
+
78
+ -- https://github.com/stevana/quickcheck-state-machine/pull/54
79
+ , quickcheck-state-machine :QuickCheck
80
+
66
81
source-repository-package
67
82
type : git
68
83
location : https://github.com/IntersectMBO/cardano-ledger
@@ -114,17 +129,3 @@ source-repository-package
114
129
subdir :
115
130
.
116
131
blockio
117
-
118
- source-repository-package
119
- type : git
120
- location : https://github.com/jasagredo/quickcheck-state-machine
121
- tag : 876076ee7324ab63a071f565267140fab803bd76
122
- --sha256 : sha256-ejGyP//r2UraMjmntHkxrhqi791h7D6YBIVlAdzqT4c=
123
-
124
- source-repository-package
125
- type : git
126
- location : https://github.com/input-output-hk/fs-sim
127
- tag : b63d76f4a1c1f4e75c68af2431c4526afe684b3b
128
- --sha256 : sha256-wUHQffD+O74CsMM+D9kNI4pkcNLj9x9f0lBCcAJ5HyE=
129
- subdir :
130
- fs-sim
0 commit comments