aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2019-09-27 22:36:58 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2019-09-27 22:36:58 -0700
commitc6aab850b5d4cf017ab9dcfb907b798d06371243 (patch)
treee8528dd6aef42d7045fd3278a79f45e488e0b30c /pandoc.cabal
parent7d6783006aef81c580bbbbc9182c0c39ad5384c1 (diff)
downloadpandoc-c6aab850b5d4cf017ab9dcfb907b798d06371243.tar.gz
Require doctemplates 0.6.1.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index 183ed7d53..27e33bf88 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -413,7 +413,7 @@ library
JuicyPixels >= 3.1.6.1 && < 3.4,
Glob >= 0.7 && < 0.11,
cmark-gfm >= 0.2 && < 0.3,
- doctemplates >= 0.6 && < 0.7,
+ doctemplates >= 0.6.1 && < 0.7,
network-uri >= 2.6 && < 2.7,
network >= 2.6,
http-client >= 0.4.30 && < 0.7,