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 /deb | |
parent | 6156cdda13ee5f9edbb11a672f6eb78631c3ffc5 (diff) | |
download | pandoc-886e131949da44eacc941e8356ae35c718c619ee.tar.gz |
Use latest pandoc-citeproc in stack.yamls.
Diffstat (limited to 'deb')
-rw-r--r-- | deb/stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index 29213c8eb..76f0ae5df 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -14,7 +14,7 @@ flags: 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 |