diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-13 19:05:58 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-13 19:05:58 -0800 |
commit | ad321babca2647939c91ded0f257342db4a2c1a8 (patch) | |
tree | 7c84e78df9e31cb8c06b0ccc7a1eb2a8280a79e3 /osx | |
parent | acbd8beb9511b3fdcd3dc9e45f9864d898b9a21e (diff) | |
download | pandoc-ad321babca2647939c91ded0f257342db4a2c1a8.tar.gz |
Use current pandoc-citeproc for deb and osx packages.
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 674ebed2c..b37cb0432 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -16,5 +16,5 @@ ghc-options: highlighting-kate: '-pgmP cpphs -optP--cpp' packages: - '..' -- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.0.1/pandoc-citeproc-0.8.0.1.tar.gz' +- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.1/pandoc-citeproc-0.8.1.tar.gz' resolver: lts-3.10 |