aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2015-04-02 23:55:28 +0200
committerDaniel Gröber <dxld@darkboxed.org>2015-04-02 23:55:28 +0200
commitb5575e1245b6f7e76c79e1231c85cec1409e623d (patch)
treecbd5a13850bcc320257451980f1e44c70f6fdacd /cabal-helper.cabal
parent2564a01db6dcd6f8f573b1f0d9b47d82e943da9d (diff)
Further relax Cabal dependency
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 0cc4fb8..5121a78 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -62,7 +62,7 @@ Executable cabal-helper-wrapper
X-Install-Target: $libexecdir
Build-Depends: base >= 4.5 && < 5
, bytestring
- , Cabal >= 1.16 && < 1.23
+ , Cabal >= 1.14 && < 1.23
, directory
, filepath
, process