diff options
-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 |