summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-16 12:11:23 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-25 17:07:43 +0100
commit85b9abc7a37fbd2f08992e770e6c9c4e7e8d16bf (patch)
treedfcae4e14504a1a71e835376e497fbaf303826da /pandoc.cabal
parent2bc0cbc2390201e25ada4be2b936d7165ba650e3 (diff)
Compile against pandoc-types 1.18.*.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal6
1 files changed, 3 insertions, 3 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 7cb292b05..b62fe551d 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -270,7 +270,7 @@ Library
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,
- pandoc-types >= 1.17 && < 1.18,
+ pandoc-types >= 1.18 && < 1.19,
aeson >= 0.7 && < 1.2,
tagsoup >= 0.13.7 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
@@ -426,7 +426,7 @@ Library
Executable pandoc
Build-Depends: pandoc,
- pandoc-types >= 1.17 && < 1.18,
+ pandoc-types >= 1.18 && < 1.19,
base >= 4.2 && <5,
directory >= 1.2 && < 1.4,
filepath >= 1.1 && < 1.5,
@@ -504,7 +504,7 @@ Test-Suite test-pandoc
Build-Depends: base >= 4.2 && < 5,
syb >= 0.1 && < 0.7,
pandoc,
- pandoc-types >= 1.17 && < 1.18,
+ pandoc-types >= 1.18 && < 1.19,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
directory >= 1 && < 1.4,