diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-09-26 13:16:21 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-09-26 13:16:21 +0200 |
commit | ad7638c770aec55f8305433414b7644bc941cb7c (patch) | |
tree | 9a6d627244bc8842f38c48edb05cd20aa1908266 /cabal-helper.cabal | |
parent | 0fd3126df086eafb2b65900fdd91c158a25ce3da (diff) |
Relax 'time' to >=1.4 && <1.9
Diffstat (limited to 'cabal-helper.cabal')
-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 |