pandoc/stack.yaml

30 lines
611 B
YAML
Raw Normal View History

2015-08-13 18:21:54 +02:00
flags:
pandoc:
trypandoc: false
embed_data_files: true
2015-08-13 18:21:54 +02:00
packages:
- '.'
2017-12-29 06:14:15 +01:00
extra-deps:
2020-09-19 18:56:49 +02:00
- pandoc-types-1.22
2020-08-02 18:40:24 +02:00
- rfc5051-0.2
- haddock-library-1.9.0
2020-11-25 06:26:25 +01:00
- skylighting-0.10.1
- skylighting-core-0.10.1
2020-06-28 19:23:58 +02:00
- 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
2020-12-09 18:34:15 +01:00
- citeproc-0.2.0.1
# - citeproc:
# git: https://github.com/jgm/citeproc.git
# commit: 42b1d154b02435229acbe98ae0f17d01b757ee93
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
2020-12-01 08:02:24 +01:00
resolver: lts-16.23
nix:
packages: [zlib]