diff options
author | John MacFarlane <jgm@berkeley.edu> | 2017-12-15 15:48:02 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2017-12-15 15:48:02 -0800 |
commit | d35e396f3ceb64df61fea02164ab56f1c3b140a2 (patch) | |
tree | 1307abe9f2534a1cf9a7ad6e1bfe6660a73b2dfb | |
parent | bba76463404fff64f60e097886fa196b973ce539 (diff) | |
download | pandoc-d35e396f3ceb64df61fea02164ab56f1c3b140a2.tar.gz |
Use latest pandoc-citeproc in binary pkg.
-rw-r--r-- | stack.pkg.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.pkg.yaml b/stack.pkg.yaml index de878643a..fc59a9566 100644 --- a/stack.pkg.yaml +++ b/stack.pkg.yaml @@ -23,7 +23,7 @@ extra-deps: - tasty-quickcheck-0.9.1 - hs-bibutils-6.2.0.1 - doctemplates-0.2.1 -- pandoc-citeproc-0.12.1 +- pandoc-citeproc-0.12.1.1 - haddock-library-1.4.3 - tagsoup-0.14.2 resolver: lts-9.14 |