stack.yamls - make sure proper flags used for texmath, pandoc-citeproc.

This commit is contained in:
John MacFarlane 2016-05-16 20:50:08 -07:00
parent 054e6abd0d
commit ad669e486e
4 changed files with 14 additions and 0 deletions

View file

@ -11,6 +11,8 @@ flags:
unicode_collation: false
test_citeproc: false
debug: false
texmath:
network-uri: true
ghc-options:
pandoc-citeproc: '-pgmP cpphs -optP--cpp'
highlighting-kate: '-pgmP cpphs -optP--cpp'

View file

@ -7,6 +7,11 @@ flags:
embed_data_files: false
old-locale: false
network-uri: true
pandoc-citeproc:
bibutils: true
embed_data_files: true
texmath:
network-uri: true
packages:
- '.'
- '../pandoc-citeproc'

View file

@ -5,6 +5,11 @@ flags:
embed_data_files: true
old-locale: false
network-uri: true
pandoc-citeproc:
bibutils: true
embed_data_files: true
texmath:
network-uri: true
packages:
- '..'
extra-deps:

View file

@ -11,6 +11,8 @@ flags:
unicode_collation: false
test_citeproc: false
debug: false
texmath:
network-uri: true
packages:
- '..'
- '../../pandoc-citeproc'