From ad7638c770aec55f8305433414b7644bc941cb7c Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Tue, 26 Sep 2017 13:16:21 +0200 Subject: Relax 'time' to >=1.4 && <1.9 --- cabal-helper.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cabal-helper.cabal') diff --git a/cabal-helper.cabal b/cabal-helper.cabal index e027782..236a4bb 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -96,7 +96,7 @@ executable cabal-helper-wrapper , process < 1.7 && >= 1.1.0.1 , temporary < 1.3 && >= 1.2.0.4 , utf8-string < 1.1 && >= 1.0.1.1 - , time < 1.9 && >= 1.8.0.2 + , time < 1.9 && >= 1.4 , template-haskell , ghc-prim @@ -130,7 +130,7 @@ test-suite compile-test , process < 1.7 && >= 1.1.0.1 , temporary < 1.3 && >= 1.2.0.4 , utf8-string < 1.1 && >= 1.0.1.1 - , time < 1.9 && >= 1.8.0.2 + , time < 1.9 && >= 1.4 -- additional test deps , unix < 2.8 && >= 2.5.1.0 -- cgit v1.2.3