From be385266cd40fc47b789df987396f6f6ed6ac514 Mon Sep 17 00:00:00 2001 From: brandon s allbery kf8nh Date: Sun, 25 Aug 2024 22:34:59 -0400 Subject: [PATCH] update the pinned index-state to get the new `rere` Without this, #10202 breaks `cabal.project.release` on ghc 9.10.1. --- cabal.bootstrap.project | 2 +- cabal.release.project | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cabal.bootstrap.project b/cabal.bootstrap.project index 5b0c59367af..00e676c24ad 100644 --- a/cabal.bootstrap.project +++ b/cabal.bootstrap.project @@ -14,4 +14,4 @@ benchmarks: False constraints: hashable -arch-native -index-state: hackage.haskell.org 2024-06-17T00:00:01Z +index-state: hackage.haskell.org 2024-07-15T21:05:18Z diff --git a/cabal.release.project b/cabal.release.project index ffd7c18adc1..ee061449efc 100644 --- a/cabal.release.project +++ b/cabal.release.project @@ -5,4 +5,4 @@ import: project-cabal/pkgs/tests.config constraints: hashable -arch-native -index-state: hackage.haskell.org 2024-06-17T00:00:01Z +index-state: hackage.haskell.org 2024-07-15T21:05:18Z