aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal10
1 files changed, 5 insertions, 5 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 2643295..98e227c 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -64,7 +64,7 @@ source-repository head
custom-setup
setup-depends: base
- , Cabal < 2.1 && >= 2.0 || < 1.25 && >= 1.14
+ , Cabal < 2.3 && >= 2.0 || < 1.25 && >= 1.14
, filepath < 1.5
, directory < 1.4
@@ -101,7 +101,7 @@ library
build-depends: base < 5 && >= 4.5
if os(windows)
build-depends: base >= 4.7
- build-depends: Cabal < 2.1 && >= 2.0 || < 1.26 && >= 1.14
+ build-depends: Cabal < 2.3 && >= 2.0 || < 1.26 && >= 1.14
, directory < 1.4 && >= 1.1.0.2
, filepath < 1.5 && >= 1.3.0.0
, transformers < 0.6 && >= 0.3.0.0
@@ -145,7 +145,7 @@ executable cabal-helper-wrapper
build-depends: base < 5 && >= 4.5
if os(windows)
build-depends: base >= 4.7
- build-depends: Cabal < 2.1 && >= 2.0 || < 1.26 && >= 1.14
+ build-depends: Cabal < 2.3 && >= 2.0 || < 1.26 && >= 1.14
, bytestring < 0.11 && >= 0.9.2.1
, directory < 1.4 && >= 1.1.0.2
, exceptions < 0.9 && >= 0.8.3
@@ -191,7 +191,7 @@ test-suite compile-test
build-depends: base < 5 && >= 4.5
if os(windows)
build-depends: base >= 4.7
- build-depends: Cabal < 2.1 && >= 2.0 || < 1.26 && >= 1.14
+ build-depends: Cabal < 2.3 && >= 2.0 || < 1.26 && >= 1.14
, bytestring < 0.11 && >= 0.9.2.1
, directory < 1.4 && >= 1.1.0.2
, exceptions < 0.9 && >= 0.8.3
@@ -240,7 +240,7 @@ test-suite ghc-session
build-depends: base < 5 && >= 4.5
if os(windows)
build-depends: base >= 4.7
- build-depends: Cabal < 2.1 && >= 2.0 || < 1.26 && >= 1.14
+ build-depends: Cabal < 2.3 && >= 2.0 || < 1.26 && >= 1.14
, bytestring < 0.11 && >= 0.9.2.1
, directory < 1.4 && >= 1.1.0.2
, exceptions < 0.9 && >= 0.8.3