From 7d7b9a01ffed2afd8b7a1bb08cf9bd8edb702920 Mon Sep 17 00:00:00 2001 From: Ryan Scott <ryan.gl.scott@gmail.com> Date: Sat, 22 Jan 2022 11:56:19 -0500 Subject: [PATCH] Hadrian: update the index-state to allow building with GHC 9.0.2 Fixes #20984. --- hadrian/cabal.project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadrian/cabal.project b/hadrian/cabal.project index fba50cd81c0c..91b204d9dbd5 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. -- GitLab