aboutsummaryrefslogtreecommitdiff
path: root/cabal-helper.cabal
diff options
context:
space:
mode:
authorDaniel Gröber <dxld@darkboxed.org>2017-09-26 14:07:59 +0200
committerDaniel Gröber <dxld@darkboxed.org>2017-09-26 14:07:59 +0200
commit4b3571a6955c3a817f9b4ef7bcc273b916879a93 (patch)
treeaf2f0634cbc9f4ddf967c183de8137155ceb9e8f /cabal-helper.cabal
parent0e5511a9d58f47edb3790236391d75279553504e (diff)
Refactor CH.C.Data to use 'unix' instead of 'time'
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r--cabal-helper.cabal6
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