diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-09-13 17:15:06 +0100 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-09-14 03:14:32 -0400 |
commit | 7d7e71b03f4b2eb693f5ea69dadbccf491e7403f (patch) | |
tree | 82de4084f0cb4d915ed4f2687c4de18772ed1400 | |
parent | 646d15ad8f1119f339998ee8dd79ea96cfd1d165 (diff) | |
download | haskell-7d7e71b03f4b2eb693f5ea69dadbccf491e7403f.tar.gz |
hadrian: Bump index state
This bumps the index state so a build plan can also be found when
booting with 9.4.
Fixes #22165
-rw-r--r-- | hadrian/cabal.project | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/cabal.project b/hadrian/cabal.project index f84f0aed41..a4cf558c3f 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-09-10T18:46:55Z -- 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. |