mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-27 02:36:39 +00:00
19 lines
402 B
YAML
19 lines
402 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'
|
|
extra-deps:
|
|
- 'aeson-0.11.1.1'
|
|
- 'highlighting-kate-0.6.2'
|
|
- 'texmath-0.8.5'
|
|
resolver: lts-5.8
|