diff options
| author | John MacFarlane <[email protected]> | 2019-08-05 10:51:06 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2019-08-05 10:51:06 -0700 |
| commit | ea3a779f7baf2a2d7cb2105f3b453c7968c17ab8 (patch) | |
| tree | c0dfa8e106ab81506cd38fe019548a2d3f45a970 /stack.yaml | |
| parent | b3ead7cdccef70c78a1e9a9edd5ec9c737550167 (diff) | |
Use dev version of pandoc-citeproc.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index b79a76b2a..c66a02441 100644 --- a/stack.yaml +++ b/stack.yaml @@ -10,8 +10,12 @@ flags: debug: false packages: - '.' +- location: + git: https://github.com/jgm/pandoc-citeproc + commit: 6d62678ece91bbb4fe4f5a99695006e1d53c3bae + extra-dep: true extra-deps: -- pandoc-citeproc-0.16.2 +# - pandoc-citeproc-0.16.2 - ipynb-0.1 - cmark-gfm-0.2.0 - hslua-1.0.3.1 |
