aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2018-04-04 17:55:11 +0200
committerDaniel Gröber <dxld@darkboxed.org>2018-04-04 17:55:11 +0200
commit0b49461766119598e1ca0721d73e12920a413eaf (patch)
tree0f0ddc7cd829cec4f8efc7a2cf78022af7401a51
parent63e1401b49eea94bc61127d79ed5406604bfbbfe (diff)
Raise bound on 'temporary', fix #52
-rw-r--r--cabal-helper.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal
index acae85b..2643295 100644
--- a/cabal-helper.cabal
+++ b/cabal-helper.cabal
@@ -153,7 +153,7 @@ executable cabal-helper-wrapper
, mtl < 2.3 && >= 2.0
, process < 1.7 && >= 1.1.0.1
, template-haskell < 2.13 && >= 2.7.0.0
- , temporary < 1.3 && >= 1.2.0.4
+ , temporary < 1.3 && >= 1.2.1
, transformers < 0.6 && >= 0.3.0.0
if !os(windows)
build-depends: unix < 2.8 && >= 2.5.1.1
@@ -199,7 +199,7 @@ test-suite compile-test
, mtl < 2.3 && >= 2.0
, process < 1.7 && >= 1.1.0.1
, template-haskell < 2.13 && >= 2.7.0.0
- , temporary < 1.3 && >= 1.2.0.4
+ , temporary < 1.3 && >= 1.2.1
, transformers < 0.6 && >= 0.3.0.0
if !os(windows)
build-depends: unix < 2.8 && >= 2.5.1.1
@@ -248,7 +248,7 @@ test-suite ghc-session
, mtl < 2.3 && >= 2.0
, process < 1.7 && >= 1.1.0.1
, template-haskell < 2.13 && >= 2.7.0.0
- , temporary < 1.3 && >= 1.2.0.4
+ , temporary < 1.3 && >= 1.2.1
, transformers < 0.6 && >= 0.3.0.0
if !os(windows)
build-depends: unix < 2.8 && >= 2.5.1.1