diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-01-03 20:52:59 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-01-03 20:52:59 -0800 |
commit | 1cee48158e100f7d452878eb2fc672df145a637e (patch) | |
tree | 0340bfa5ef50000f5d1a3182bf9572c606d7913e /deb | |
parent | 97c9691696744a6e56a28dea0221e6230b029ce4 (diff) | |
download | pandoc-1cee48158e100f7d452878eb2fc672df145a637e.tar.gz |
Updated binary package stack.yamls to ensure pandoc-citeproc...
is built with embed_data_files. This fixes a problem with
the original 1.16 binary 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 fa41feaa8..3fd5581f2 100644 --- a/deb/stack.yaml +++ b/deb/stack.yaml @@ -13,8 +13,8 @@ flags: debug: false packages: - '..' +- 'https://hackage.haskell.org/package/pandoc-citeproc-0.9/pandoc-citeproc-0.9.tar.gz' extra-deps: - 'cmark-0.5.0' -- 'pandoc-citeproc-0.9' - 'pandoc-types-1.16' resolver: lts-3.20 |