diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-12-10 22:12:13 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-25 17:07:41 +0100 |
commit | 3ede38d15d472e54aa2058f79930cc6c3b27e8c5 (patch) | |
tree | 24849d85729109ac1b7fbc7549f16e9aa190c282 | |
parent | 2e7b0c7edaac9fbba52ac3cbc6380dbfb74805cf (diff) | |
download | pandoc-3ede38d15d472e54aa2058f79930cc6c3b27e8c5.tar.gz |
Use dev pandoc-citeproc for appveyor build.
-rw-r--r-- | windows/stack.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/windows/stack.yaml b/windows/stack.yaml index 87b632c5b..1276eccaa 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -13,8 +13,10 @@ flags: debug: false packages: - '..' +- location: + git: https://github.com/jgm/pandoc-citeproc.git + commit: 9f586b5d57e096fb42ce020854503f46203cecbe extra-deps: -- pandoc-citeproc-0.10.3 - texmath-0.9 - doctemplates-0.1.0.2 - pandoc-types-1.17.0.4 |