summaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2016-10-02 12:29:37 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2016-10-02 12:29:37 +0200
commitc28c16d46311f3642d3263869dc676a481ef14ed (patch)
treee5c0d5eaf443379d657cef144f81d32b9c834905 /pandoc.cabal
parent7ecafa6ff14fb495c5d5af298b12caa68bc905af (diff)
Use doctemplates 0.1.0.2.
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 a91c9d02a..0523fdb20 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -267,7 +267,7 @@ Library
xml >= 1.3.12 && < 1.4,
random >= 1 && < 1.2,
extensible-exceptions >= 0.1 && < 0.2,
- pandoc-types >= 1.16 && < 1.17,
+ pandoc-types >= 1.17 && < 1.18,
aeson >= 0.7 && < 1.1,
tagsoup >= 0.13.7 && < 0.15,
base64-bytestring >= 0.1 && < 1.1,
@@ -422,7 +422,7 @@ Library
Executable pandoc
Build-Depends: pandoc,
- pandoc-types >= 1.16 && < 1.17,
+ pandoc-types >= 1.17 && < 1.18,
base >= 4.2 && <5,
directory >= 1.2 && < 1.3,
filepath >= 1.1 && < 1.5,
@@ -479,7 +479,7 @@ Test-Suite test-pandoc
Build-Depends: base >= 4.2 && < 5,
syb >= 0.1 && < 0.7,
pandoc,
- pandoc-types >= 1.16 && < 1.17,
+ pandoc-types >= 1.17 && < 1.18,
bytestring >= 0.9 && < 0.11,
text >= 0.11 && < 1.3,
directory >= 1 && < 1.3,