aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2018-04-21 12:01:11 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2018-04-21 12:01:11 -0400
commit9093457e1f4bb437eb73c8cf1bcbb9eb342735e9 (patch)
treef6444fb8a5fae1a7abae7dcd72b3da381943c151
parent02dd7e039a736056d986718d706e26ac28a7576d (diff)
Relax constraint on `process` version
process 1.4.2 is in Debian 9 (the current stable), and it provides everything we need.
-rw-r--r--btls.cabal2
1 files changed, 1 insertions, 1 deletions
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