summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Klebinger <klebinger.andreas@gmx.at>2022-11-10 13:14:04 +0100
committerAndreas Klebinger <klebinger.andreas@gmx.at>2022-11-10 13:14:04 +0100
commit79a09016efc097b34f2229990c39bd18d3303fa7 (patch)
tree9d9e4aa41b3695ac12c8ff95e26061081b7c07fe
parent8f8dba0190fe2a3a8b148fecf0dc83a725fb3fd2 (diff)
downloadhaskell-79a09016efc097b34f2229990c39bd18d3303fa7.tar.gz
Bump hadrian index state to allow 9.4 as boot compilerwip/andreask/bump-94-index
-rw-r--r--hadrian/cabal.project2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/cabal.project b/hadrian/cabal.project
index f84f0aed41..8aeee6d549 100644
--- a/hadrian/cabal.project
+++ b/hadrian/cabal.project
@@ -1,7 +1,7 @@
packages: ./
-- This essentially freezes the build plan for hadrian
-index-state: 2022-03-26T18:46:55Z
+index-state: 2022-11-10T10:48:39Z
-- 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.