From b87679391085c077ca0b1f5dcdc93e40ba1499c6 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 21 Oct 2020 23:14:17 -0700 Subject: Use latest citeproc. This fixes a problem with author-in-text citations for references including both an author and an editor. Previously, both were included in the text, but only the author should be. Closes #6765. Added a test. --- stack.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index 8123c43db..3d232763f 100644 --- a/stack.yaml +++ b/stack.yaml @@ -22,7 +22,8 @@ extra-deps: - commonmark-0.1.0.2 - commonmark-extensions-0.2.0.1 - commonmark-pandoc-0.2.0.1 -- citeproc-0.1.0.2 +- git: https://github.com/jgm/citeproc + commit: 3230fb6fa1beff3e27389be20217a31d3c1207e9 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules -- cgit v1.2.3