summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-01-01 20:36:58 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2016-01-01 20:36:58 -0800
commit8908205fabe46ce25305745cea26fc43b0b522c0 (patch)
treef5b90ead5c8890c82d8c636e11face13fbdfcb1b /pandoc.cabal
parentcfa6f9f3abfa65f28389b7bbb15aaaeb0c84425c (diff)
Allow process 1.4
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 42e479210..e0b4f6021 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -248,7 +248,7 @@ Library
parsec >= 3.1 && < 3.2,
mtl >= 1.1 && < 2.3,
filepath >= 1.1 && < 1.5,
- process >= 1 && < 1.4,
+ process >= 1 && < 1.5,
directory >= 1 && < 1.3,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
@@ -468,7 +468,7 @@ Test-Suite test-pandoc
text >= 0.11 && < 1.3,
directory >= 1 && < 1.3,
filepath >= 1.1 && < 1.5,
- process >= 1 && < 1.4,
+ process >= 1 && < 1.5,
highlighting-kate >= 0.6.1 && < 0.7,
Diff >= 0.2 && < 0.4,
test-framework >= 0.3 && < 0.9,