From 914cf0b602f0585cfd1b401b956c8edfd129d47d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 16 Dec 2020 15:37:40 -0800 Subject: Fix citeproc regression with duplicate references. - Use dev version of citeproc, which handles duplicate ids better, preferring the last one in the list and discarding the rest. - Ensure that inline citations take priority over external ones. See jgm/citeproc#36. This restores the behavior of pandoc-citeproc. --- cabal.project | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cabal.project') diff --git a/cabal.project b/cabal.project index 091c78ce6..55d4abaa2 100644 --- a/cabal.project +++ b/cabal.project @@ -9,8 +9,8 @@ source-repository-package location: https://github.com/jgm/doctemplates.git tag: 7ccbf7df16edbc7c5d835d955b242c61fd4e6601 --- source-repository-package --- type: git --- location: https://github.com/jgm/citeproc --- tag: 42b1d154b02435229acbe98ae0f17d01b757ee93 +source-repository-package + type: git + location: https://github.com/jgm/citeproc + tag: a8193fe375fa2354049bf9a967ba3bad4b1ba053 -- cgit v1.2.3