diff options
-rw-r--r-- | cabal-helper.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
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 |