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'
|
2015-12-30 13:27:17 -08:00
|
|
|
extra-deps:
|
|
|
|
- 'cmark-0.5.0'
|
2016-01-07 14:16:37 -08:00
|
|
|
# Use older aeson to avoid excessive memory use in compilation:
|
2016-01-07 16:20:46 -08:00
|
|
|
- 'aeson-0.8.0.2'
|
2016-01-06 14:52:30 -08:00
|
|
|
resolver: lts-4.0
|