aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-07-18 10:55:27 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-07-18 10:55:27 -0700
commit168b559c96f409234efe811cf556c931feb7b847 (patch)
treeb758245386eb4b58832a6cfc5977a4b9660b24fe /pandoc.cabal
parentcfa52e582470f852ce0ab5a03463b0a43d15ff79 (diff)
downloadpandoc-168b559c96f409234efe811cf556c931feb7b847.tar.gz
Use doctemplates 0.4.1 and citeproc 0.10.
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 0abfddde8..999f00f11 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -451,7 +451,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.4.0.1 && < 0.4.1,
+ citeproc >= 0.4.1 && < 0.4.2,
commonmark >= 0.2.1 && < 0.3,
commonmark-extensions >= 0.2.1.2 && < 0.3,
commonmark-pandoc >= 0.2.1.1 && < 0.3,
@@ -461,7 +461,7 @@ library
deepseq >= 1.3 && < 1.5,
directory >= 1.2.3 && < 1.4,
doclayout >= 0.3.0.1 && < 0.4,
- doctemplates >= 0.9 && < 0.10,
+ doctemplates >= 0.10 && < 0.11,
emojis >= 0.1 && < 0.2,
exceptions >= 0.8 && < 0.11,
file-embed >= 0.0 && < 0.1,