aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-06-05 00:16:59 -0600
committerJohn MacFarlane <jgm@berkeley.edu>2021-06-05 10:04:30 -0600
commit17a2f4c49dab7d4e6ec9cc010ad2cc02a147e2d4 (patch)
tree2a8a96370cd05811bc858b4927f9558905d31549 /pandoc.cabal
parentc8ab8bccf25ad01b9a98b2e59c84c151c5b0c371 (diff)
downloadpandoc-17a2f4c49dab7d4e6ec9cc010ad2cc02a147e2d4.tar.gz
Require citeproc 0.4.0.1.
This fixes a bug which led to doubled "et al." in some (rare) circumstances.
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 da3244647..590bb445e 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -450,7 +450,7 @@ library
blaze-markup >= 0.8 && < 0.9,
bytestring >= 0.9 && < 0.12,
case-insensitive >= 1.2 && < 1.3,
- citeproc >= 0.4 && < 0.4.1,
+ citeproc >= 0.4.0.1 && < 0.4.1,
commonmark >= 0.2 && < 0.3,
commonmark-extensions >= 0.2.1.2 && < 0.3,
commonmark-pandoc >= 0.2.1 && < 0.3,