diff options
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 92570b9..c8c57bd 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -65,6 +65,7 @@ library , transformers < 0.6 && >= 0.3.0.0 , mtl < 2.3 && >= 2.0 , process < 1.7 && >= 1.1.0.1 + , unix < 2.8 && >= 2.5.1.1 , ghc-prim executable cabal-helper-wrapper @@ -99,7 +100,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.4 + , unix < 2.8 && >= 2.5.1.1 , template-haskell , ghc-prim @@ -133,10 +134,9 @@ 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.4 -- additional test deps - , unix < 2.8 && >= 2.5.1.0 + , unix < 2.8 && >= 2.5.1.1 , template-haskell , ghc-prim |