From ff26af59acda8d57d1f0d5faf24a2da203dc2f4e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 5 Jul 2021 13:18:25 -0700 Subject: Revamp note citation handling. Use latest citeproc, which uses a Span with a class rather than a Note for notes. This helps us distinguish between user notes and citation notes. Don't put citations at the beginning of a note in parentheses. (Closes #7394.) --- stack.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stack.yaml') diff --git a/stack.yaml b/stack.yaml index 2db0a626f..48a608db3 100644 --- a/stack.yaml +++ b/stack.yaml @@ -14,7 +14,7 @@ extra-deps: - git: https://github.com/jgm/doctemplates commit: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81 - git: https://github.com/jgm/citeproc - commit: 85277c4baa6c0350baf29247583ae0f438f7c9c5 + commit: 4ce0501cd6f9c86eee087afcf878c256e49b9615 ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules resolver: lts-18.0 -- cgit v1.2.3