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
|
|
|
|
packages:
|
|
|
|
- '.'
|
2015-11-28 17:36:05 -08:00
|
|
|
- '../pandoc-citeproc'
|
|
|
|
- '../pandoc-types'
|
|
|
|
- '../texmath'
|
2016-03-19 14:45:25 -07:00
|
|
|
extra-deps:
|
2016-03-19 14:19:13 -07:00
|
|
|
- 'aeson-0.11.1.1'
|
2016-03-19 14:45:25 -07:00
|
|
|
- 'highlighting-kate-0.6.2'
|
2016-03-19 14:16:08 -07:00
|
|
|
resolver: lts-5.8
|