pandoc/stack.yaml

40 lines
800 B
YAML
Raw Normal View History

2015-08-13 18:21:54 +02:00
flags:
pandoc:
trypandoc: false
embed_data_files: true
2019-10-07 01:53:23 +02:00
static: false
pandoc-citeproc:
bibutils: true
embed_data_files: true
unicode_collation: false
test_citeproc: false
debug: false
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
- texmath-0.12.0.3
2020-08-02 18:40:24 +02:00
- rfc5051-0.2
- haddock-library-1.9.0
2020-09-14 20:05:14 +02:00
- skylighting-0.10.0.2
- skylighting-core-0.10.0.2
- doclayout-0.3
- emojis-0.1
2020-06-28 19:23:58 +02:00
- hslua-1.1.2
- jira-wiki-markup-1.3.2
- HsYAML-0.2.1.0
- HsYAML-aeson-0.2.0.0
2020-04-13 07:25:31 +02:00
- doctemplates-0.8.2
- commonmark-0.1.0.2
2020-07-24 20:24:34 +02:00
- commonmark-extensions-0.2.0.1
- commonmark-pandoc-0.2.0.1
2020-09-20 18:57:53 +02:00
- git: https://github.com/jgm/pandoc-citeproc
commit: 159bbb566858c0bc522e6404eb989671cd7236fd
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-14.6
nix:
packages: [zlib]