pandoc/stack.yaml

33 lines
723 B
YAML
Raw Normal View History

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