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.
This commit is contained in:
Adam Sapek 2015-08-25 18:47:40 -07:00 committed by Huw Campbell
parent 8c329a30e5
commit 22a71d833b
2 changed files with 2 additions and 2 deletions

View File

@ -112,5 +112,5 @@ library
build-depends: base == 4.*, build-depends: base == 4.*,
transformers >= 0.2 && < 0.5, transformers >= 0.2 && < 0.5,
transformers-compat >= 0.3 && < 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 ansi-wl-pprint >= 0.6 && < 0.7

View File

@ -32,7 +32,7 @@ executable optparse-applicative-tests
QuickCheck >= 2.6 && < 2.8, QuickCheck >= 2.6 && < 2.8,
transformers >= 0.2 && < 0.5, transformers >= 0.2 && < 0.5,
transformers-compat >= 0.3 && < 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, ansi-wl-pprint >= 0.6 && < 0.7,
tasty >= 0.8 && < 0.11, tasty >= 0.8 && < 0.11,
tasty-hunit >= 0.8 && < 0.10, tasty-hunit >= 0.8 && < 0.10,