From 9093457e1f4bb437eb73c8cf1bcbb9eb342735e9 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sat, 21 Apr 2018 12:01:11 -0400 Subject: Relax constraint on `process` version process 1.4.2 is in Debian 9 (the current stable), and it provides everything we need. --- btls.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/btls.cabal b/btls.cabal index a9232be..a341311 100644 --- a/btls.cabal +++ b/btls.cabal @@ -83,7 +83,7 @@ test-suite tests build-depends: base >=4.9 && <4.10 , btls , bytestring >=0.10 && <0.11 - , process >=1.4.3 && <1.5 + , process >=1.4.2 && <1.5 , smallcheck >=1.1.1 && <1.2 , smallcheck-series >=0.2 && <0.7 , tasty >=0.11.0.4 && <0.12 -- cgit v1.2.3