diff options
author | John MacFarlane <jgm@berkeley.edu> | 2015-11-14 13:49:32 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2015-11-14 13:50:01 -0800 |
commit | 0a9bb963d9d7994d86073a31ce2c828d49aaf6f3 (patch) | |
tree | 32e32c2d0c06612344d29752758ba2947e5c8382 | |
parent | cc062e7a23f95f445158fcd5d7e761652dce0f91 (diff) | |
download | pandoc-0a9bb963d9d7994d86073a31ce2c828d49aaf6f3.tar.gz |
Use latest pandoc-citeproc in osx, deb packages.
-rw-r--r-- | deb/stack.yaml | 4 | ||||
-rw-r--r-- | osx/stack.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/deb/stack.yaml b/deb/stack.yaml index 29c557ec1..dcc76b61c 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/pandoc-citeproc-0.8.1.tar.gz' -resolver: lts-3.10 +- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.1.1/pandoc-citeproc-0.8.1.1.tar.gz' +resolver: lts-3.13 diff --git a/osx/stack.yaml b/osx/stack.yaml index b37cb0432..ec85fb775 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/pandoc-citeproc-0.8.1.tar.gz' -resolver: lts-3.10 +- 'https://hackage.haskell.org/package/pandoc-citeproc-0.8.1.1/pandoc-citeproc-0.8.1.1.tar.gz' +resolver: lts-3.13 |