We need process >= 1.2.3 for readCreateProcessWithExitCode.

This commit is contained in:
John MacFarlane 2017-02-20 16:51:47 +01:00
parent b6ad920db8
commit d199d58124

View file

@ -263,7 +263,7 @@ Library
parsec >= 3.1 && < 3.2,
mtl >= 2.2 && < 2.3,
filepath >= 1.1 && < 1.5,
process >= 1 && < 1.5,
process >= 1.2.3 && < 1.5,
directory >= 1 && < 1.4,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
@ -502,7 +502,7 @@ Test-Suite test-pandoc
text >= 0.11 && < 1.3,
directory >= 1 && < 1.4,
filepath >= 1.1 && < 1.5,
process >= 1 && < 1.5,
process >= 1.2.3 && < 1.5,
skylighting >= 0.2 && < 0.4,
Diff >= 0.2 && < 0.4,
test-framework >= 0.3 && < 0.9,