blob: 57f177593be9c0eeea1c391f223ed557924f4bbc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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'
- '../cmark-hs'
extra-deps:
- 'aeson-0.11.1.1'
- 'highlighting-kate-0.6.2'
- 'texmath-0.8.5'
resolver: lts-5.8
|