Skip to content
Snippets Groups Projects
Commit c0080f73 authored by Robert's avatar Robert Committed by mergify-bot
Browse files

Cabal: Raise lower bound of process to 1.2.1.0

process-1.2.1.0 was released in Dec 2014.
parent a943141e
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ library
directory >= 1.2 && < 1.4,
filepath >= 1.3.0.1 && < 1.5,
pretty >= 1.1.1 && < 1.2,
process >= 1.1.0.2 && < 1.7,
process >= 1.2.1.0 && < 1.7,
time >= 1.4.0.1 && < 1.13
if os(windows)
......
......@@ -68,7 +68,7 @@ library
, exceptions ^>= 0.10.0
, filepath ^>= 1.3.0.1 || ^>= 1.4.0.0
, optparse-applicative ^>= 0.14.3.0 || ^>=0.15.1.0 || ^>=0.16.0.0
, process ^>= 1.1.0.2 || ^>= 1.2.0.0 || ^>= 1.4.2.0 || ^>= 1.6.1.0
, process ^>= 1.2.1.0 || ^>= 1.4.2.0 || ^>= 1.6.1.0
, regex-base ^>= 0.94.0.1
, regex-tdfa ^>= 1.2.3.1 || ^>=1.3.1.0
, array ^>= 0.4.0.1 || ^>= 0.5.0.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment