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 /windows | |
| 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 'windows')
| -rw-r--r-- | windows/stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/stack.yaml b/windows/stack.yaml index 10e474a91..ecf6de502 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -13,9 +13,9 @@ 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' - 'hsb2hs-0.3.1' - 'pandoc-types-1.16' -- 'pandoc-citeproc-0.9' resolver: lts-3.20 |
