aboutsummaryrefslogtreecommitdiff
path: root/stack.yaml
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 /stack.yaml
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 'stack.yaml')
-rw-r--r--stack.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/stack.yaml b/stack.yaml
index 518c24b63..92a80c4ff 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -20,10 +20,10 @@ extra-deps:
- doctemplates:
git: https://github.com/jgm/doctemplates.git
commit: 7ccbf7df16edbc7c5d835d955b242c61fd4e6601
-- citeproc-0.2.0.1
-# - citeproc:
-# git: https://github.com/jgm/citeproc.git
-# commit: 42b1d154b02435229acbe98ae0f17d01b757ee93
+# - citeproc-0.2.0.1
+- citeproc:
+ git: https://github.com/jgm/citeproc.git
+ commit: a8193fe375fa2354049bf9a967ba3bad4b1ba053
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-16.23