Skip to content

Commit 15cd8b5

Browse files
committed
Cabal: Raise lower bound of process to 1.2.1.0
process-1.2.1.0 was released in Dec 2014.
1 parent b6d0516 commit 15cd8b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ library
4545
directory >= 1.2 && < 1.4,
4646
filepath >= 1.3.0.1 && < 1.5,
4747
pretty >= 1.1.1 && < 1.2,
48-
process >= 1.1.0.2 && < 1.7,
48+
process >= 1.2.1.0 && < 1.7,
4949
time >= 1.4.0.1 && < 1.13
5050

5151
if flag(bundled-binary-generic)

cabal-testsuite/cabal-testsuite.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ library
6767
, exceptions ^>= 0.10.0
6868
, filepath ^>= 1.3.0.1 || ^>= 1.4.0.0
6969
, optparse-applicative ^>= 0.14.3.0 || ^>=0.15.1.0 || ^>=0.16.0.0
70-
, process ^>= 1.1.0.2 || ^>= 1.2.0.0 || ^>= 1.4.2.0 || ^>= 1.6.1.0
70+
, process ^>= 1.2.1.0 || ^>= 1.4.2.0 || ^>= 1.6.1.0
7171
, regex-base ^>= 0.94.0.1
7272
, regex-tdfa ^>= 1.2.3.1 || ^>=1.3.1.0
7373
, array ^>= 0.4.0.1 || ^>= 0.5.0.0

0 commit comments

Comments
 (0)