summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2022-01-22 11:56:19 -0500
committersheaf <sam.derbyshire@gmail.com>2022-05-19 13:06:28 +0200
commit47aaec841d1eed33b941781758340d1b34eb2565 (patch)
tree9b87e91e83bee64ca1a5345dbe818a9f9eac5d02
parentca33c2ca51c2640105fab57244e0b20a4108fa00 (diff)
downloadhaskell-47aaec841d1eed33b941781758340d1b34eb2565.tar.gz
Hadrian: update the index-state to allow building with GHC 9.0.2
Fixes #20984.
-rw-r--r--hadrian/cabal.project2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/cabal.project b/hadrian/cabal.project
index fba50cd81c..91b204d9db 100644
--- a/hadrian/cabal.project
+++ b/hadrian/cabal.project
@@ -1,7 +1,7 @@
packages: ./
-- This essentially freezes the build plan for hadrian
-index-state: 2021-11-29T22:22:49Z
+index-state: 2022-01-22T11:45:54Z
-- N.B. Compile with -O0 since this is not a performance-critical executable
-- and the Cabal takes nearly twice as long to build with -O1. See #16817.