diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-02-07 15:07:48 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-02-07 15:07:48 +0100 |
commit | 4ae0cddb92714183badf93513c45be34d38d9cd4 (patch) | |
tree | 815674297fe8fb4de344d6a3e7722e386e5743a5 /macos | |
parent | e07e83f83177095651b201f489855baafeec49c2 (diff) | |
download | pandoc-4ae0cddb92714183badf93513c45be34d38d9cd4.tar.gz |
Use latest pandoc-citeproc dev in stack builds.
Diffstat (limited to 'macos')
-rw-r--r-- | macos/stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macos/stack.yaml b/macos/stack.yaml index 260f2dfea..e49eeee70 100644 --- a/macos/stack.yaml +++ b/macos/stack.yaml @@ -18,7 +18,7 @@ packages: - '..' - location: git: https://github.com/jgm/pandoc-citeproc.git - commit: 46fcc8c265a66c6341913dc999fa157f211707c4 + commit: c53a27513318f1d23303ee27e46da9e7702c798e extra-dep: true extra-deps: - texmath-0.9 |