aboutsummaryrefslogtreecommitdiff
path: root/cabal.project
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2020-12-16 15:37:40 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2020-12-16 15:37:40 -0800
commit914cf0b602f0585cfd1b401b956c8edfd129d47d (patch)
treef2db056b62e9e8b8346496f2ae91a7ac949c3810 /cabal.project
parent41577a66566fe99bcd487723a90af3045dc7faec (diff)
downloadpandoc-914cf0b602f0585cfd1b401b956c8edfd129d47d.tar.gz
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.
Diffstat (limited to 'cabal.project')
-rw-r--r--cabal.project8
1 files changed, 4 insertions, 4 deletions
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