aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-01-02 00:43:25 +0100
committerGitHub <noreply@github.com>2017-01-02 00:43:25 +0100
commitfdc79a15d6b009f1003c7debeb1abe765e6c6ebd (patch)
treec94b94db961966f9f46394875d80dac4be71d096 /cabal-helper.cabal
parent2feb1e21f749b9759dff813679f3242e7bc0dfd9 (diff)
parent158316cee76b977520734635b032f8838ef2a029 (diff)
Merge pull request #26 from mpickering/patch-1
Relax directory bound
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index 005b278..0f61898 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -50,7 +50,7 @@ library
GHC-Options: -Wall
Build-Depends: base < 5 && >= 4.5
, Cabal < 1.26 && >= 1.14
- , directory < 1.3 && >= 1.1.0.2
+ , directory < 1.4 && >= 1.1.0.2
, filepath < 1.5 && >= 1.3.0.0
, transformers < 0.6 && >= 0.3.0.0
, mtl < 2.3 && >= 2.0
@@ -74,7 +74,7 @@ Executable cabal-helper-wrapper-v0.7
Build-Depends: base < 5 && >= 4.5
, Cabal < 1.26 && >= 1.14
, bytestring < 0.11 && >= 0.9.2.1
- , directory < 1.3 && >= 1.1.0.2
+ , directory < 1.4 && >= 1.1.0.2
, filepath < 1.5 && >= 1.3.0.0
, transformers < 0.6 && >= 0.3.0.0
, mtl < 2.3 && >= 2.0
@@ -103,7 +103,7 @@ Test-Suite spec
Build-Depends: base < 5 && >= 4.5
, Cabal < 1.26 && >= 1.14
, bytestring < 0.11 && >= 0.9.2.1
- , directory < 1.3 && >= 1.1.0.2
+ , directory < 1.4 && >= 1.1.0.2
, filepath < 1.5 && >= 1.3.0.0
, transformers < 0.6 && >= 0.3.0.0
, mtl < 2.3 && >= 2.0