diff options
Diffstat (limited to 'cabal-helper.cabal')
-rw-r--r-- | cabal-helper.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cabal-helper.cabal b/cabal-helper.cabal index 64438c4..6b95b29 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -100,6 +100,7 @@ executable cabal-helper-wrapper , temporary < 1.3 && >= 1.2.0.4 , utf8-string < 1.1 && >= 1.0.1.1 , time < 1.9 && >= 1.8.0.3 + , extra < 1.6 && >= 1.4.10 , template-haskell , ghc-prim @@ -134,9 +135,9 @@ test-suite compile-test , temporary < 1.3 && >= 1.2.0.4 , utf8-string < 1.1 && >= 1.0.1.1 , time < 1.9 && >= 1.8.0.3 + , extra < 1.6 && >= 1.4.10 -- additional test deps - , extra < 1.6 && >= 1.4.10 , unix < 2.8 && >= 2.5.1.0 , template-haskell |