summaryrefslogtreecommitdiff
path: root/hadrian
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2022-01-22 11:56:19 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-01-24 21:30:49 -0500
commit7d7b9a01ffed2afd8b7a1bb08cf9bd8edb702920 (patch)
tree7feba33311d266b0cac7c69b807cbba685ecd00c /hadrian
parent4eac8e727e36785af0d74d7ec9437bc78e20628e (diff)
downloadhaskell-7d7b9a01ffed2afd8b7a1bb08cf9bd8edb702920.tar.gz
Hadrian: update the index-state to allow building with GHC 9.0.2
Fixes #20984.
Diffstat (limited to 'hadrian')
-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.