@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414-- update either of these.
1515index-state :
1616 -- 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
1818 -- Bump this if you need newer packages from CHaP
1919 , cardano-haskell-packages 2025-07-02T14:54 :39Z
2020
@@ -57,12 +57,27 @@ if impl (ghc >= 9.12)
5757 -- https://github.com/kapralVV/Unique/issues/11
5858 , Unique :hashable
5959
60- , * :QuickCheck
61- , quickcheck-lockstep :quickcheck-dynamic
62-
60+ if impl (ghc >= 9.10 )
61+ allow-newer :
6362 -- https://github.com/phadej/regression-simple/pull/14
6463 , regression-simple :base
6564
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+
6681source-repository-package
6782 type : git
6883 location : https://github.com/IntersectMBO/cardano-ledger
@@ -114,17 +129,3 @@ source-repository-package
114129 subdir :
115130 .
116131 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