diff options
| author | John MacFarlane <jgm@berkeley.edu> | 2020-10-21 23:14:17 -0700 |
|---|---|---|
| committer | John MacFarlane <jgm@berkeley.edu> | 2020-10-21 23:14:17 -0700 |
| commit | b87679391085c077ca0b1f5dcdc93e40ba1499c6 (patch) | |
| tree | d69fd5a25e967437cc5987280c5ab9462e2d5bdf /stack.yaml | |
| parent | f9c6167ad123032b67f300b2478466063e0ac6f6 (diff) | |
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.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
