diff options
author | Daniel Gröber <dxld@darkboxed.org> | 2017-09-05 23:23:59 +0200 |
---|---|---|
committer | Daniel Gröber <dxld@darkboxed.org> | 2017-09-05 23:23:59 +0200 |
commit | 70d743eb6a8b7f8da182524fa0b2c4bf02399d50 (patch) | |
tree | b0c776119b6f701ac59f4520b23bf1325744143b | |
parent | 5ae1c256db3510c513d5d344922f6a1a222a116c (diff) |
Relax 'process' constraint for GHC 8.2
-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 7ec68c0..99d4200 100644 --- a/cabal-helper.cabal +++ b/cabal-helper.cabal @@ -66,7 +66,7 @@ library , filepath < 1.5 && >= 1.3.0.0 , transformers < 0.6 && >= 0.3.0.0 , mtl < 2.3 && >= 2.0 - , process < 1.5 && >= 1.1.0.1 + , process < 1.7 && >= 1.1.0.1 , ghc-prim executable cabal-helper-wrapper @@ -92,7 +92,7 @@ executable cabal-helper-wrapper , filepath < 1.5 && >= 1.3.0.0 , transformers < 0.6 && >= 0.3.0.0 , mtl < 2.3 && >= 2.0 - , process < 1.5 && >= 1.1.0.1 + , process < 1.7 && >= 1.1.0.1 , temporary < 1.3 && >= 1.2.0.4 , utf8-string < 1.1 && >= 1.0.1.1 @@ -121,7 +121,7 @@ test-suite spec , filepath < 1.5 && >= 1.3.0.0 , transformers < 0.6 && >= 0.3.0.0 , mtl < 2.3 && >= 2.0 - , process < 1.5 && >= 1.1.0.1 + , process < 1.7 && >= 1.1.0.1 , temporary < 1.3 && >= 1.2.0.4 , utf8-string < 1.1 && >= 1.0.1.1 |