pandoc/stack.yaml

44 lines
929 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-06-23 01:39:04 +02:00
- pandoc-types-1.21
2020-06-23 19:44:22 +02:00
- pandoc-citeproc-0.17.0.1
- texmath-0.12.0.2
- haddock-library-1.9.0
2020-06-20 00:31:31 +02:00
- skylighting-0.8.5
- skylighting-core-0.8.5
- regex-pcre-builtin-0.95.1.2.8.43
2020-05-05 08:01:42 +02:00
- regex-base-0.94.0.0
- 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.0
#- commonmark-extensions-0.1.0.0
#- commonmark-pandoc-0.1.0.0
- git: https://github.com/jgm/commonmark-hs
commit: 8d4442abc443ce0100cc87af797e7df9a72b9b9a
subdirs:
- commonmark-extensions
- commonmark-pandoc
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-14.6
nix:
packages: [zlib]