pandoc/stack.yaml

23 lines
527 B
YAML
Raw Normal View History

2015-08-13 18:21:54 +02:00
flags:
pandoc:
trypandoc: false
embed_data_files: true
2021-03-18 06:49:50 +01:00
QuickCheck:
old-random: false
2015-08-13 18:21:54 +02:00
packages:
- '.'
2017-12-29 06:14:15 +01:00
extra-deps:
2021-06-21 02:46:47 +02:00
- commonmark-0.2.1
- commonmark-pandoc-0.2.1.1
- skylighting-core-0.10.5.2
- skylighting-0.10.5.2
2021-06-23 08:58:24 +02:00
- git: https://github.com/jgm/doctemplates
commit: 428c26d5303cf7a2b1051fe1ffd9aafe9ba71c81
- git: https://github.com/jgm/citeproc
commit: 4ce0501cd6f9c86eee087afcf878c256e49b9615
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
2021-06-21 03:17:38 +02:00
resolver: lts-18.0
nix:
packages: [zlib]