mirror of
https://github.com/ilyakooo0/optparse-applicative.git
synced 2024-11-23 14:43:25 +03:00
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:
parent
8c329a30e5
commit
22a71d833b
@ -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
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user