summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2023-05-10 16:07:19 +0100
committerMatthew Pickering <matthewtpickering@gmail.com>2023-05-10 16:07:19 +0100
commit40293d4eb0d56fff188b7bbdeb1eb55f40a8981b (patch)
tree5703f692b5fc9e47258f8e002e4dcae384b6a885
parenta58c028a181106312e1a783e82a37fc657ce9cfe (diff)
downloadhaskell-40293d4eb0d56fff188b7bbdeb1eb55f40a8981b.tar.gz
hadrian: Bump index-state to allow building with ghc-9.6
-rw-r--r--hadrian/cabal.project2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/cabal.project b/hadrian/cabal.project
index 769b1f0558..bbf664df52 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-11-19T22:13:06Z
+index-state: 2023-05-10T22:13:06Z
-- 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.