diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-01-22 10:38:42 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-01-22 11:06:35 -0800 |
commit | f5e3c1dad678732f59d7bd655993cd5ba61a7621 (patch) | |
tree | c0ef44f22e919b52fde3a522a002b8c1e41e9a6d | |
parent | 83d7804b8fc04eb44c8c158f84fe37373b4eb5d9 (diff) | |
download | pandoc-f5e3c1dad678732f59d7bd655993cd5ba61a7621.tar.gz |
Use citeproc 0.3.0.5.
-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 6806d7c06..f7d48372b 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -410,7 +410,7 @@ library blaze-markup >= 0.8 && < 0.9, bytestring >= 0.9 && < 0.12, case-insensitive >= 1.2 && < 1.3, - citeproc >= 0.3.0.4 && < 0.4, + citeproc >= 0.3.0.5 && < 0.4, commonmark >= 0.1.1.3 && < 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 74367bb8a..8077da570 100644 --- a/stack.yaml +++ b/stack.yaml @@ -18,7 +18,7 @@ extra-deps: - commonmark-pandoc-0.2.0.1 - doctemplates-0.9 - texmath-0.12.1 -- citeproc-0.3.0.4 +- citeproc-0.3.0.5 # - citeproc: # git: https://github.com/jgm/citeproc.git # commit: d44e24696ab444090d0e63e321c3a573f68b2e74 |