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 /deb | |
parent | 8f5ff7075c5f2351d0c342be1eb00aad64b5bb6d (diff) | |
download | pandoc-012110d62c6a87772ff555a87560a047ac44e6cc.tar.gz |
Use latest pandoc-citeproc in deb and osx packages.
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 dcc76b61c..b4ee36157 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -13,5 +13,5 @@ flags: debug: false 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 |