blob: f05ccbce34e9c3ee45725f0a7d04148766455884 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# This version builds both pandoc and pandoc-citeproc, assuming
# pandoc-citeproc is in the pandoc-citeproc subdirectory.
flags:
pandoc:
trypandoc: false
https: true
embed_data_files: false
old-locale: false
network-uri: true
pandoc-citeproc:
bibutils: true
embed_data_files: true
# if you are on OSX, stack install cpphs and
# uncomment the following three lines:
ghc-options:
pandoc-citeproc: '-pgmP cpphs -optP--cpp'
highlighting-kate: '-pgmP cpphs -optP--cpp'
packages:
- '.'
- '../pandoc-citeproc'
- '../pandoc-types'
- '../texmath'
extra-deps:
- hslua-0.5.0
- skylighting-0.3.3
resolver: lts-8.12
|