diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-11-23 10:21:24 -0500 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-11-23 10:21:24 -0500 |
commit | 8ae18138dff7ae589611312c39b12e1d2c5ee5ce (patch) | |
tree | bd3572f0ca4603e70c3a2e736062c19199666dc1 | |
parent | 8c90f34d15a002d9269ef0371db7d6f7bf44168c (diff) | |
download | pandoc-8ae18138dff7ae589611312c39b12e1d2c5ee5ce.tar.gz |
Use latest dev version of pandoc-citeproc.
IT allows pandoc 2.5.
-rw-r--r-- | stack.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 6c933607a..1c90a4a60 100644 --- a/stack.yaml +++ b/stack.yaml @@ -19,7 +19,8 @@ packages: - foundation extra-dep: true extra-deps: -- pandoc-citeproc-0.15 +- github: jgm/pandoc-citeproc + commit: c2c7c43f1c37a6e5f571c500b9e6dd36011c493f - haddock-library-1.7.0 - HsYAML-0.1.1.2 - yaml-0.11.0.0 |