summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Shao <astrohavoc@gmail.com>2022-09-15 10:42:52 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-09-16 14:00:33 -0400
commit616afde3e2c6b733c8a44205a140ec8586853d3c (patch)
tree0901ea45cf65a8c69ae0651fc295cb47da993c45
parentc6e9b89a8ad9bd155748fe177a23c8f4919d308f (diff)
downloadhaskell-616afde3e2c6b733c8a44205a140ec8586853d3c.tar.gz
hadrian: relax Cabal upper bound to allow building with Cabal-3.8
A follow up of !8910.
-rw-r--r--hadrian/hadrian.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/hadrian/hadrian.cabal b/hadrian/hadrian.cabal
index 6e277094e5..5db97ba41e 100644
--- a/hadrian/hadrian.cabal
+++ b/hadrian/hadrian.cabal
@@ -147,7 +147,7 @@ executable hadrian
, BangPatterns
other-extensions: MultiParamTypeClasses
, TypeFamilies
- build-depends: Cabal >= 3.2 && < 3.7
+ build-depends: Cabal >= 3.2 && < 3.9
, base >= 4.8 && < 5
, bytestring >= 0.10 && < 0.12
, containers >= 0.5 && < 0.7