diff options
author | Matthew Pickering <matthewtpickering@gmail.com> | 2022-09-13 17:15:06 +0100 |
---|---|---|
committer | sheaf <sam.derbyshire@gmail.com> | 2022-09-14 00:34:21 +0000 |
commit | 4088e315cc3e4d42b26d56d085873791d5864601 (patch) | |
tree | f5593b62c12b7704c1cba5b371ae258a2e917315 | |
parent | dc6af9ed87e619d754bfc385df931c81cba6d93a (diff) | |
download | haskell-wip/bump-hadrian-index.tar.gz |
hadrian: Bump index statewip/bump-hadrian-index
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. |