diff options
author | Benjamin Barenblat <bbaren@google.com> | 2018-04-21 12:01:11 -0400 |
---|---|---|
committer | Benjamin Barenblat <bbaren@google.com> | 2018-04-21 12:01:11 -0400 |
commit | 9093457e1f4bb437eb73c8cf1bcbb9eb342735e9 (patch) | |
tree | f6444fb8a5fae1a7abae7dcd72b3da381943c151 | |
parent | 02dd7e039a736056d986718d706e26ac28a7576d (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.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |