aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorMatthew Pickering <matthewtpickering@gmail.com>2017-01-01 19:28:11 +0000
committerGitHub <noreply@github.com>2017-01-01 19:28:11 +0000
commit158316cee76b977520734635b032f8838ef2a029 (patch)
treec94b94db961966f9f46394875d80dac4be71d096 /cabal-helper.cabal
parent2feb1e21f749b9759dff813679f3242e7bc0dfd9 (diff)
Relax directory bound
GHC 8.0.2 ships with directory 1.3.
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