aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2019-08-18 21:44:48 +0200
committerDaniel Gröber (dxld) <dxld@darkboxed.org>2019-09-17 17:48:26 +0200
commit40184e55879be08d6e2bf38ccc86f3def5eb9f0e (patch)
tree266146ac535e76bd2c8a44fd3dbf8c485b369430 /cabal-helper.cabal
parentba6258aad9ac3d2a0778a95a96d97b17a87c0f65 (diff)
ci: Update version lists
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 9d23b93..4c1965f 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -101,7 +101,9 @@ common extensions
common build-deps
build-depends: base < 5 && >= 4.9.1.0
- , Cabal < 2.5 && >= 2.0 || < 1.26 && >= 1.24.2.0
+ , Cabal < 3.1 && >= 3.0
+ || < 2.5 && >= 2.0
+ || < 1.26 && >= 1.24.2.0
, cabal-plan < 0.6 && >= 0.5.0.0
, clock < 0.8 && >= 0.7.2
, containers < 1 && >= 0.5.7.1