From 6ddd9f323920317780d1247ede2729f519b80cde Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 6 Jan 2014 22:35:06 -0800 Subject: [PATCH] Increase upper bound on process. --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index c794822bc75c..57face52384f 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -362,7 +362,7 @@ Test-Suite test-pandoc text >= 0.11 && < 0.12, directory >= 1 && < 1.3, filepath >= 1.1 && < 1.4, - process >= 1 && < 1.2, + process >= 1 && < 1.3, highlighting-kate >= 0.5.5 && < 0.6, Diff >= 0.2 && < 0.4, test-framework >= 0.3 && < 0.9,