diff options
author | John MacFarlane <jgm@berkeley.edu> | 2020-09-20 09:57:53 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2020-09-20 09:57:53 -0700 |
commit | 00eb7543bf390283fa24e6d1a9f21fc6f35933b2 (patch) | |
tree | b3f6bc0ffda9824f2f5002525a77fcc8bf25c13b | |
parent | c9e7ccba6f8a5a840fd7a110b9dbb2d9fc80296b (diff) | |
download | pandoc-00eb7543bf390283fa24e6d1a9f21fc6f35933b2.tar.gz |
Use dev version of pandoc-citeproc.
-rw-r--r-- | stack.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 0eafa2fef..203e0a612 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,7 +12,6 @@ flags: packages: - '.' extra-deps: -- pandoc-citeproc-0.17.0.2 - pandoc-types-1.22 - texmath-0.12.0.3 - rfc5051-0.2 @@ -29,6 +28,8 @@ extra-deps: - commonmark-0.1.0.2 - commonmark-extensions-0.2.0.1 - commonmark-pandoc-0.2.0.1 +- git: https://github.com/jgm/pandoc-citeproc + commit: 159bbb566858c0bc522e6404eb989671cd7236fd ghc-options: "$locals": -fhide-source-paths -Wno-missing-home-modules |