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 /osx | |
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 'osx')
-rw-r--r-- | osx/stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |