aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-04-12 22:25:31 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2020-04-12 22:25:31 -0700
commit58cd731e51f0dfd46895d4278c28402a65c93805 (patch)
tree127331b4b6d5732622c6b7f9326e30e9ae6352a1 /pandoc.cabal
parentc1f5f3fa67fe2bf62a0810cf9f338ac7b0999084 (diff)
downloadpandoc-58cd731e51f0dfd46895d4278c28402a65c93805.tar.gz
Require doctemplates 0.8.2.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal
index c834b62f5..be552eb87 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -423,7 +423,7 @@ library
JuicyPixels >= 3.1.6.1 && < 3.4,
Glob >= 0.7 && < 0.11,
cmark-gfm >= 0.2 && < 0.3,
- doctemplates >= 0.8 && < 0.9,
+ doctemplates >= 0.8.2 && < 0.9,
network-uri >= 2.6 && < 2.7,
network >= 2.6,
http-client >= 0.4.30 && < 0.7,
@@ -746,7 +746,7 @@ test-suite test-pandoc
executable-path >= 0.0 && < 0.1,
zip-archive >= 0.2.3.4 && < 0.5,
xml >= 1.3.12 && < 1.4,
- doctemplates >= 0.8 && < 0.9,
+ doctemplates >= 0.8.2 && < 0.9,
Glob >= 0.7 && < 0.11
other-modules: Prelude
Tests.Old