diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-10-13 16:35:23 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-10-13 16:35:23 +0200 |
commit | 886e131949da44eacc941e8356ae35c718c619ee (patch) | |
tree | b152a363224651cf08e2ee6d5627b7b2ece13e53 /osx | |
parent | 6156cdda13ee5f9edbb11a672f6eb78631c3ffc5 (diff) | |
download | pandoc-886e131949da44eacc941e8356ae35c718c619ee.tar.gz |
Use latest pandoc-citeproc in stack.yamls.
Diffstat (limited to 'osx')
-rw-r--r-- | osx/stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/osx/stack.yaml b/osx/stack.yaml index b1cd131ae..e1e8bc2ca 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -17,7 +17,7 @@ ghc-options: packages: - '..' extra-deps: -- pandoc-citeproc-0.10.1.1 +- pandoc-citeproc-0.10.1.2 - doctemplates-0.1.0.2 - texmath-0.8.6.6 resolver: lts-7.2 |