stack.yamls - make sure proper flags used for texmath, pandoc-citeproc.
This commit is contained in:
parent
054e6abd0d
commit
ad669e486e
4 changed files with 14 additions and 0 deletions
|
@ -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'
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -11,6 +11,8 @@ flags:
|
|||
unicode_collation: false
|
||||
test_citeproc: false
|
||||
debug: false
|
||||
texmath:
|
||||
network-uri: true
|
||||
packages:
|
||||
- '..'
|
||||
- '../../pandoc-citeproc'
|
||||
|
|
Loading…
Add table
Reference in a new issue