summaryrefslogtreecommitdiff
path: root/hadrian/hadrian.cabal
diff options
context:
space:
mode:
authorRyan Scott <ryan.gl.scott@gmail.com>2021-12-01 20:00:52 -0500
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-12-09 22:15:00 -0500
commit724df9c3b5e10ced670a484b05220169aa5bf48c (patch)
treefa1789bb814d9c9e43247771bc7cbee2d06cf173 /hadrian/hadrian.cabal
parentb6f7d145872573baa632a3bbee1c52f0596ec482 (diff)
downloadhaskell-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/hadrian.cabal')
-rw-r--r--hadrian/hadrian.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal
index aaedeca80c..1fd2787a5b 100644
--- a/hadrian/hadrian.cabal
+++ b/hadrian/hadrian.cabal
@@ -135,7 +135,7 @@ executable hadrian
, BangPatterns
other-extensions: MultiParamTypeClasses
, TypeFamilies
- build-depends: Cabal >= 3.2 && < 3.5
+ build-depends: Cabal >= 3.2 && < 3.7
, QuickCheck >= 2.6 && < 2.15
, base >= 4.8 && < 5
, bytestring >= 0.10 && < 0.12