aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-02-09 13:49:42 +0100
committerDaniel Gröber <dxld@darkboxed.org>2017-02-09 13:49:42 +0100
commitcedcc35bbc123614b734d4c907b8eb4e8a2ad284 (patch)
tree04500c8dd8b5381fe257caed6c2a7e6dbf65fa10 /cabal-helper.cabal
parent450da8255ed0ecbd1a9865f8c3cb59b477cc9900 (diff)
Add support for Cabal HEAD
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 2e7edc1..fed84a1 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -60,7 +60,7 @@ library
default-language: Haskell2010
ghc-options: -Wall
build-depends: base < 5 && >= 4.5
- , Cabal < 1.25 && >= 1.14
+ , Cabal < 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
@@ -83,7 +83,7 @@ executable cabal-helper-wrapper
ghc-options: -Wall
x-internal: True
build-depends: base < 5 && >= 4.5
- , Cabal < 1.25 && >= 1.14
+ , Cabal < 1.26 && >= 1.14
, bytestring < 0.11 && >= 0.9.2.1
, directory < 1.4 && >= 1.1.0.2
, filepath < 1.5 && >= 1.3.0.0