Skip to content

Commit 97d30af

Browse files
committed
Update index-state for hedgehog-quickcheck
1 parent 44e55d5 commit 97d30af

File tree

3 files changed

+22
-23
lines changed

3 files changed

+22
-23
lines changed

cabal.project

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ repository cardano-haskell-packages
1414
-- update either of these.
1515
index-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+
6681
source-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

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nix/haskell.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ let
1414
};
1515
hsPkgs = haskell-nix.cabalProject {
1616
src = ./..;
17-
index-state = "2025-07-14T12:41:02Z";
18-
index-sha256 = "sha256-T95ADIwRyYlG41AHjkxgezWRwfMqg+a1DGlVhACwtC8=";
1917
compiler-nix-name = "ghc967";
2018
flake.variants = {
2119
ghc910 = { compiler-nix-name = lib.mkForce "ghc9102"; };

0 commit comments

Comments
 (0)