mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-26 18:26:36 +00:00
20 lines
450 B
YAML
20 lines
450 B
YAML
# 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:
|
|
- '.'
|
|
- '../pandoc-citeproc'
|
|
- '../pandoc-types'
|
|
- '../texmath'
|
|
extra-deps:
|
|
- 'cmark-0.5.0'
|
|
# Use older aeson to avoid excessive memory use in compilation:
|
|
- 'aeson-0.8.0.2'
|
|
resolver: lts-4.0
|