pandoc: set pandoc-citeproc:embed_data_files.

This commit is contained in:
Christian Neukirchen 2016-08-25 17:15:55 +02:00
parent 0ab5d5e398
commit 81b45cf519
1 changed files with 4 additions and 3 deletions

View File

@ -2,11 +2,12 @@
pkgname=pandoc
# Keep in sync with http://www.stackage.org/lts
version=1.17.1
revision=1
revision=2
_citeproc_version=0.9.1.1
build_style=haskell-stack
stackage="lts-6.2"
make_build_args="--flag pandoc:-old-locale --flag pandoc:embed_data_files"
stackage="lts-6.13"
make_build_args="--flag pandoc:-old-locale
--flag pandoc:embed_data_files --flag pandoc-citeproc:embed_data_files"
nocross=yes
create_wrksrc=yes
hostmakedepends="ghc stack hsb2hs"