pandoc/stack.yaml

21 lines
437 B
YAML
Raw Normal View History

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