4dfe3733e5
The line causes an error with stack 1.0.2: ``` Could not parse '/pandoc-build/pandoc/stack.full.yaml': AesonException "Error in $.extra-deps: failed to parse field 'extra-deps': failed to parse field extra-deps: expected [a], encountered Null" See http://docs.haskellstack.org/en/stable/yaml_configuration.html. ```
15 lines
340 B
YAML
15 lines
340 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'
|
|
resolver: lts-5.2
|