blob: 7a849b7135b7885688e935eaa593adcf841ee1c3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
flags:
pandoc:
trypandoc: false
embed_data_files: true
packages:
- '.'
extra-deps:
- pandoc-types-1.22
- rfc5051-0.2
- haddock-library-1.9.0
- skylighting-0.10.1
- skylighting-core-0.10.1
- hslua-1.1.2
- jira-wiki-markup-1.3.2
- HsYAML-aeson-0.2.0.0
- commonmark-0.1.1.2
- commonmark-extensions-0.2.0.4
- commonmark-pandoc-0.2.0.1
- doctemplates-0.8.3
#- citeproc-0.2
- citeproc:
git: https://github.com/jgm/citeproc.git
commit: 42b1d154b02435229acbe98ae0f17d01b757ee93
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-16.23
nix:
packages: [zlib]
|