summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-20 16:51:47 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-20 16:51:47 +0100
commitd199d581241f7c3d3a4db0b3e1421ec55a0e0058 (patch)
tree9fac9e8ffde56851f15a18ecc6ac55f92116c416
parentb6ad920db8f925eae7accef76f3fac94d3882ac5 (diff)
We need process >= 1.2.3 for readCreateProcessWithExitCode.
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 93b704db1..a4390b77e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -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,