2015-11-24 21:54:35 -08:00
|
|
|
# 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
|
2016-05-16 20:50:08 -07:00
|
|
|
pandoc-citeproc:
|
|
|
|
bibutils: true
|
|
|
|
embed_data_files: true
|
2016-07-23 16:34:38 -07:00
|
|
|
# if you are on OSX, stack install cpphs and
|
|
|
|
# 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'
|
2015-11-24 21:54:35 -08:00
|
|
|
packages:
|
|
|
|
- '.'
|
2015-11-28 17:36:05 -08:00
|
|
|
- '../pandoc-citeproc'
|
|
|
|
- '../pandoc-types'
|
2016-10-02 12:29:37 +02:00
|
|
|
- '../texmath'
|
2016-07-21 11:04:53 -07:00
|
|
|
extra-deps:
|
2016-10-02 12:29:37 +02:00
|
|
|
- doctemplates-0.1.0.2
|
2016-10-26 12:32:30 +02:00
|
|
|
resolver: lts-7.5
|