diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-01-30 10:11:09 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-01-30 10:12:12 +0100 |
commit | 25c1f58d189490ccd6a87a1699c56c22b244be50 (patch) | |
tree | 3cd67b2de7878ccb98d59d8df08fb2f17bf9d81c /osx | |
parent | e20e88220ef9a0c10baf198439e3f3ded7d27004 (diff) | |
download | pandoc-25c1f58d189490ccd6a87a1699c56c22b244be50.tar.gz |
Use dev pandoc-citeproc in windows,osx,deb/stack.yaml.
Diffstat (limited to 'osx')
-rw-r--r-- | osx/stack.yaml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/osx/stack.yaml b/osx/stack.yaml index fe2154232..279459d26 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -16,8 +16,11 @@ ghc-options: highlighting-kate: '-pgmP cpphs -optP--cpp' packages: - '..' +- location: + git: https://github.com/jgm/pandoc-citeproc.git + commit: 602dcd024ca474dd21907316d7e626055fb3fd51 + extra-dep: true extra-deps: -- pandoc-citeproc-0.10.4 - texmath-0.9 - doctemplates-0.1.0.2 - pandoc-types-1.17.0.4 |