From 229e763646f2d743c03972a4118f542dbe0580cb Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 13 Oct 2020 14:52:09 -0700 Subject: Depend on latest citeproc. This fixes the citation number issue with ieee.csl and other styles that do not explicitly sort bibliographies. (Pandoc was numbering them by their order in the bibliography file, rather than the order cited, as required by the CSL spec.) Closes #6741. --- cabal.project | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cabal.project') diff --git a/cabal.project b/cabal.project index bc4efd399..6649f1768 100644 --- a/cabal.project +++ b/cabal.project @@ -7,4 +7,4 @@ package pandoc source-repository-package type: git location: https://github.com/jgm/citeproc - tag: a15c87ea0280880d138de774ed1a5deeb655e076 + tag: ea3a2b3827df61595ec16408c904ecda96bbdc5f -- cgit v1.2.3