From ae568d1008e2dc9980cef86e8a18c7dfaf25fc8d Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 5 Apr 2018 10:48:31 +0200 Subject: Fix building with Cabal 2.2 (#53) --- cabal-helper.cabal | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'cabal-helper.cabal') 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 -- cgit v1.2.3