From 0b49461766119598e1ca0721d73e12920a413eaf Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Wed, 4 Apr 2018 17:55:11 +0200 Subject: Raise bound on 'temporary', fix #52 --- cabal-helper.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cabal-helper.cabal') 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 -- cgit v1.2.3