diff options
author | Ryan Scott <ryan.gl.scott@gmail.com> | 2021-12-01 20:00:52 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-12-09 22:15:00 -0500 |
commit | 724df9c3b5e10ced670a484b05220169aa5bf48c (patch) | |
tree | fa1789bb814d9c9e43247771bc7cbee2d06cf173 /hadrian/cabal.project | |
parent | b6f7d145872573baa632a3bbee1c52f0596ec482 (diff) | |
download | haskell-724df9c3b5e10ced670a484b05220169aa5bf48c.tar.gz |
Hadrian: Allow building with GHC 9.2
A separate issue is the fact that many of `hadrian`'s modules produce
`-Wincomplete-uni-patterns` warnings under 9.2, but that is probably best left
to a separate patch.
Diffstat (limited to 'hadrian/cabal.project')
-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 ed0e5f768e..fba50cd81c 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-03-03T13:52:16Z +index-state: 2021-11-29T22:22:49Z -- 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. |