diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-03-19 14:51:17 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-03-19 14:51:17 -0700 |
commit | a2706ee07590da87f6b5303708e723f8205af436 (patch) | |
tree | 1eee65a77e96e0dc4cc7291ca255edbaf3045c18 /deb | |
parent | 6a4c17642ccaff1964abe8511564f1a39e6af8c5 (diff) | |
download | pandoc-a2706ee07590da87f6b5303708e723f8205af436.tar.gz |
Build pandoc-citeproc 0.9.1 for binary pkgs.
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 a1862ed56..265699e9e 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -13,7 +13,7 @@ flags: debug: false packages: - '..' -- 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz' +- 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.1.tar.gz' extra-deps: - 'aeson-0.11.1.1' - 'texmath-0.8.5' |