From 22a71d833b379aa31f5312137c1f7edc01f48ee5 Mon Sep 17 00:00:00 2001 From: Adam Sapek Date: Tue, 25 Aug 2015 18:47:40 -0700 Subject: [PATCH] Relax dependency on the process package Version 1.3 of process package has been released and the dependency process < 1.3 causes conflicts in some cases and can be relaxed. --- optparse-applicative.cabal | 2 +- tests/optparse-applicative-tests.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/optparse-applicative.cabal b/optparse-applicative.cabal index 32cd952..2c20b9b 100644 --- a/optparse-applicative.cabal +++ b/optparse-applicative.cabal @@ -112,5 +112,5 @@ library build-depends: base == 4.*, transformers >= 0.2 && < 0.5, transformers-compat >= 0.3 && < 0.5, - process >= 1.0 && < 1.3, + process >= 1.0 && < 1.4, ansi-wl-pprint >= 0.6 && < 0.7 diff --git a/tests/optparse-applicative-tests.cabal b/tests/optparse-applicative-tests.cabal index 26e4c16..e21287a 100644 --- a/tests/optparse-applicative-tests.cabal +++ b/tests/optparse-applicative-tests.cabal @@ -32,7 +32,7 @@ executable optparse-applicative-tests QuickCheck >= 2.6 && < 2.8, transformers >= 0.2 && < 0.5, transformers-compat >= 0.3 && < 0.5, - process >= 1.0 && < 1.3, + process >= 1.0 && < 1.4, ansi-wl-pprint >= 0.6 && < 0.7, tasty >= 0.8 && < 0.11, tasty-hunit >= 0.8 && < 0.10,