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 | |
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.
-rw-r--r-- | deb/stack.yaml | 2 | ||||
-rw-r--r-- | osx/stack.yaml | 2 | ||||
-rw-r--r-- | windows/stack.yaml | 2 |
3 files changed, 3 insertions, 3 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 diff --git a/osx/stack.yaml b/osx/stack.yaml index 75f238b4d..4d5c42705 100644 --- a/osx/stack.yaml +++ b/osx/stack.yaml @@ -16,8 +16,8 @@ ghc-options: highlighting-kate: '-pgmP cpphs -optP--cpp' 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 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 |