diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-14 20:48:22 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-14 20:48:22 -0800 |
commit | 012110d62c6a87772ff555a87560a047ac44e6cc (patch) | |
tree | 6ac7f775b41e35b901822b3c02b3b2451373a7fc /osx | |
parent | 8f5ff7075c5f2351d0c342be1eb00aad64b5bb6d (diff) | |
download | pandoc-012110d62c6a87772ff555a87560a047ac44e6cc.tar.gz |
Use latest pandoc-citeproc in 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 ec85fb775..71af73661 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.1.1/pandoc-citeproc-0.8.1.1.tar.gz' +- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.1.3/pandoc-citeproc-0.8.1.3.tar.gz' resolver: lts-3.13 |