diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-14 13:36:32 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-14 13:50:00 -0800 |
commit | a63cb7ea0b28683739df950e72e6dfb2c0299aac (patch) | |
tree | f5be0ea86ab6558912a166534d9449dd1957739a | |
parent | 78c90bd749ae2e4935185aef6de6facc55ad4da0 (diff) | |
download | pandoc-a63cb7ea0b28683739df950e72e6dfb2c0299aac.tar.gz |
Allow process 1.3.
-rw-r--r-- | pandoc.cabal | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 40f994ef1..f4823dacd 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -250,7 +250,7 @@ Library parsec >= 3.1 && < 3.2, mtl >= 1.1 && < 2.3, filepath >= 1.1 && < 1.5, - process >= 1 && < 1.3, + process >= 1 && < 1.4, directory >= 1 && < 1.3, bytestring >= 0.9 && < 0.11, text >= 0.11 && < 1.3, @@ -470,7 +470,7 @@ Test-Suite test-pandoc text >= 0.11 && < 1.3, directory >= 1 && < 1.3, filepath >= 1.1 && < 1.5, - process >= 1 && < 1.3, + process >= 1 && < 1.4, highlighting-kate >= 0.6 && < 0.7, Diff >= 0.2 && < 0.4, test-framework >= 0.3 && < 0.9, |