pandoc/stack.yaml

40 lines
804 B
YAML
Raw Normal View History

2015-08-13 09:21:54 -07:00
flags:
pandoc:
trypandoc: false
embed_data_files: true
2019-10-06 16:53:23 -07:00
static: false
pandoc-citeproc:
bibutils: true
embed_data_files: true
unicode_collation: false
test_citeproc: false
debug: false
2015-08-13 09:21:54 -07:00
packages:
- '.'
2017-12-28 21:14:15 -08:00
extra-deps:
- git: https://github.com/jgm/pandoc-types
commit: 8e9ca37802120f32ececac752d73463e2fc86811
2020-08-02 09:40:24 -07:00
- pandoc-citeproc-0.17.0.2
- rfc5051-0.2
- texmath-0.12.0.2
- haddock-library-1.9.0
2020-09-14 11:05:14 -07:00
- skylighting-0.10.0.2
- skylighting-core-0.10.0.2
- doclayout-0.3
- emojis-0.1
2020-06-28 10:23:58 -07:00
- hslua-1.1.2
- jira-wiki-markup-1.3.2
- HsYAML-0.2.1.0
- HsYAML-aeson-0.2.0.0
2020-04-12 22:25:31 -07:00
- doctemplates-0.8.2
- commonmark-0.1.0.2
2020-07-24 11:24:34 -07:00
- commonmark-extensions-0.2.0.1
- commonmark-pandoc-0.2.0.0
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-14.6
nix:
packages: [zlib]