aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2021-02-14 00:49:53 +0100
committerDaniel Gröber <dxld@darkboxed.org>2021-02-14 00:51:53 +0100
commit27fcb41165616b1fd78be1f3d7f8d41625ba1bda (patch)
tree33baa602020c120698e1e640b9e54d28478de8d8 /cabal-helper.cabal
parent87cba6ec1c004d2232cebede610b40edb272c4ee (diff)
Fix Cabal-3.4 renaming Flags to PackageFlags
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index c5c067c..81ebcd0 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -93,7 +93,7 @@ common extensions
common build-deps
build-depends: base < 5 && >= 4.9.1.0
- , Cabal < 3.4 && >= 3.0
+ , Cabal < 3.5 && >= 3.0
|| < 2.5 && >= 2.0
|| < 1.26 && >= 1.24.2.0
, cabal-plan < 0.8 && >= 0.5.0.0