We need process >= 1.2.3 for readCreateProcessWithExitCode.
This commit is contained in:
parent
b6ad920db8
commit
d199d58124
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue