pandoc/stack.yaml

30 lines
625 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-12-17 18:32:13 +01:00
- skylighting-0.10.2
- skylighting-core-0.10.2
2020-06-28 19:23:58 +02:00
- hslua-1.1.2
- jira-wiki-markup-1.3.2
- HsYAML-aeson-0.2.0.0
2021-01-11 21:23:55 +01:00
- commonmark-0.1.1.3
- commonmark-extensions-0.2.0.4
- commonmark-pandoc-0.2.0.1
2020-12-17 08:45:23 +01:00
- doctemplates-0.9
2020-12-28 07:57:14 +01:00
- texmath-0.12.1
2021-01-22 19:38:42 +01:00
- citeproc-0.3.0.5
2021-01-15 23:17:17 +01:00
# - citeproc:
# git: https://github.com/jgm/citeproc.git
# commit: d44e24696ab444090d0e63e321c3a573f68b2e74
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]