summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-01-06 22:35:06 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-01-06 22:35:06 -0800
commit6ddd9f323920317780d1247ede2729f519b80cde (patch)
treeaba27382108e7b0ddb41369dcbe6044954ba498e /pandoc.cabal
parentd97b1fd14cd2b0f96fcf3bcc10cfc2540fbbe624 (diff)
Increase upper bound on process.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index c794822bc..57face523 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,