From 17a2f4c49dab7d4e6ec9cc010ad2cc02a147e2d4 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 5 Jun 2021 00:16:59 -0600 Subject: [PATCH] Require citeproc 0.4.0.1. This fixes a bug which led to doubled "et al." in some (rare) circumstances. --- pandoc.cabal | 2 +- stack.yaml | 2 +- 2 files changed, 2 insertions(+), 2 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, diff --git a/stack.yaml b/stack.yaml index 0c69306ea..23d031681 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,7 +13,7 @@ extra-deps: - jira-wiki-markup-1.4.0 - random-1.2.0 - unicode-collation-0.1.3 -- citeproc-0.4 +- citeproc-0.4.0.1 - commonmark-0.2 - commonmark-extensions-0.2.1.2 - commonmark-pandoc-0.2.1