From d199d581241f7c3d3a4db0b3e1421ec55a0e0058 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 20 Feb 2017 16:51:47 +0100 Subject: We need process >= 1.2.3 for readCreateProcessWithExitCode. --- pandoc.cabal | 4 ++-- 1 file 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, -- cgit v1.2.3