pandoc/stack.full.yaml

26 lines
626 B
YAML
Raw Normal View History

# This version builds both pandoc and pandoc-citeproc, assuming
# pandoc-citeproc is in the pandoc-citeproc subdirectory.
flags:
pandoc:
trypandoc: false
embed_data_files: false
old-locale: false
network-uri: true
pandoc-citeproc:
bibutils: true
embed_data_files: true
# if you are on macOS, stack install cpphs and
2016-07-24 01:34:38 +02:00
# uncomment the following three lines:
2016-10-02 12:29:37 +02:00
ghc-options:
pandoc-citeproc: '-pgmP cpphs -optP--cpp'
highlighting-kate: '-pgmP cpphs -optP--cpp'
packages:
- '.'
- '../pandoc-citeproc'
- '../pandoc-types'
2016-10-02 12:29:37 +02:00
- '../texmath'
2016-07-21 20:04:53 +02:00
extra-deps:
2017-10-05 11:30:44 +02:00
- hslua-0.9.0
- skylighting-0.3.3
resolver: lts-8.12