aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-12-23 14:14:10 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2016-12-23 14:14:10 -0700
commitbfb6b61084ab6046db2105ebb42935543ee4d528 (patch)
treed9e2fe5ac9f0c651cd82fb0e2db38ac6494b02c1
parentd27188ad309feb9a76f6dc3d816ad78722078fe1 (diff)
downloadpandoc-bfb6b61084ab6046db2105ebb42935543ee4d528.tar.gz
Allow directory 1.3. Closes #3325.
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index d35a1b90f..3054838be 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -261,7 +261,7 @@ Library
mtl >= 2.2 && < 2.3,
filepath >= 1.1 && < 1.5,
process >= 1 && < 1.5,
- directory >= 1 && < 1.3,
+ directory >= 1 && < 1.4,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
zip-archive >= 0.2.3.4 && < 0.4,
@@ -426,7 +426,7 @@ Executable pandoc
Build-Depends: pandoc,
pandoc-types >= 1.17 && < 1.18,
base >= 4.2 && <5,
- directory >= 1.2 && < 1.3,
+ directory >= 1.2 && < 1.4,
filepath >= 1.1 && < 1.5,
text >= 0.11 && < 1.3,
bytestring >= 0.9 && < 0.11,
@@ -503,7 +503,7 @@ Test-Suite test-pandoc
pandoc-types >= 1.17 && < 1.18,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
- directory >= 1 && < 1.3,
+ directory >= 1 && < 1.4,
filepath >= 1.1 && < 1.5,
process >= 1 && < 1.5,
highlighting-kate >= 0.6.2 && < 0.7,