Skip to content

Commit 90aa40d

Browse files
andreabedinierikd
authored andcommitted
Fix index-state syntax
The second index-state stanza completely ovverides the first, resetting hackage index state to HEAD. See haskell/cabal#8568
1 parent 87dffb1 commit 90aa40d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cabal.project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ repository cardano-haskell-packages
5252
-- repeating the index-state for hackage to work around hackage.nix parsing limitation
5353
index-state: 2023-01-30T00:00:00Z
5454
index-state:
55-
, hackage.haskell.org 2023-01-30T00:00:00Z
56-
, cardano-haskell-packages 2022-12-14T00:40:15Z
55+
, hackage.haskell.org 2022-09-27T00:00:00Z
56+
, cardano-haskell-packages 2022-10-25T20:00:00Z
5757

5858
-- with-compiler: ghc-8.10.7
5959

0 commit comments

Comments
 (0)