diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-12-29 10:43:50 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-12-29 10:43:50 -0800 |
commit | 5d8b57444e532b40319359944ddf4387b768adca (patch) | |
tree | 2add939d97d974f7dfbad1f4c89c9aef9c142068 | |
parent | 3cd21c5f6e1b9ddb1e6ff35d418f6df25c56cb63 (diff) | |
download | pandoc-5d8b57444e532b40319359944ddf4387b768adca.tar.gz |
Use citeproc 0.3.0.3.
Fixes an issue in author-only citations when both an
author and translator are present.
-rw-r--r-- | pandoc.cabal | 2 | ||||
-rw-r--r-- | stack.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 79ca7dfc9..410905b47 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -405,7 +405,7 @@ library blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.12, case-insensitive >= 1.2 && < 1.3, - citeproc >= 0.3.0.2 && < 0.4, + citeproc >= 0.3.0.3 && < 0.4, commonmark >= 0.1.1.2 && < 0.2, commonmark-extensions >= 0.2.0.4 && < 0.3, commonmark-pandoc >= 0.2 && < 0.3, diff --git a/stack.yaml b/stack.yaml index 44b337fe7..24ef275e2 100644 --- a/stack.yaml +++ b/stack.yaml @@ -17,7 +17,7 @@ extra-deps: - commonmark-extensions-0.2.0.4 - commonmark-pandoc-0.2.0.1 - doctemplates-0.9 -- citeproc-0.3.0.2 +- citeproc-0.3.0.3 - texmath-0.12.1 # - citeproc: # git: https://github.com/jgm/citeproc.git |