From 70d743eb6a8b7f8da182524fa0b2c4bf02399d50 Mon Sep 17 00:00:00 2001 From: Daniel Gröber Date: Tue, 5 Sep 2017 23:23:59 +0200 Subject: Relax 'process' constraint for GHC 8.2 --- cabal-helper.cabal | 6 +++--- 1 file 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 -- cgit v1.2.3