diff options
author | Ben Gamari <ben@smart-cactus.org> | 2022-03-26 12:09:31 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-04-06 13:03:16 -0400 |
commit | 6563cd2473a309b135eb8f950adf28b9f3d8e5c2 (patch) | |
tree | 22eb3757856086434a9258fa64c5449708bae8c1 /hadrian | |
parent | c41c478eb9003eaa9fc8081a0039652448124f5d (diff) | |
download | haskell-6563cd2473a309b135eb8f950adf28b9f3d8e5c2.tar.gz |
gitlab-ci: Bump bootstrap compiler to 9.2.2
This is necessary to build recent `text` commits.
Bumps Hackage index state for a hashable which builds with GHC 9.2.
Diffstat (limited to 'hadrian')
-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 91b204d9db..f84f0aed41 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-01-22T11:45:54Z +index-state: 2022-03-26T18: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. |