Skip to content

Commit 1d39c04

Browse files
authored
Fix index-state syntax (#5056)
The second index-state stanza completely ovverides the first, resetting hackage index state to HEAD. See haskell/cabal#8568
1 parent 8db880d commit 1d39c04

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

cabal.project

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ repository cardano-haskell-packages
1212

1313
-- See CONTRIBUTING for some Nix commands you will need to run if you
1414
-- update either of these.
15-
-- Bump this if you need newer packages from Hackage
15+
16+
-- repeating hackage index-state to work around haskell.nix parsing limitation
1617
index-state: 2022-11-15T00:00:00Z
17-
-- Bump this if you need newer packages from CHaP
18-
index-state: cardano-haskell-packages 2023-01-04T00:00:00Z
18+
index-state:
19+
-- Bump this if you need newer packages from Hackage
20+
, hackage.haskell.org 2022-11-15T00:00:00Z
21+
-- Bump this if you need newer packages from CHaP
22+
, cardano-haskell-packages 2023-01-04T00:00:00Z
1923

2024
packages: doc/read-the-docs-site
2125
plutus-benchmark

0 commit comments

Comments
 (0)