pandoc/stack.yaml

26 lines
544 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
2021-07-17 23:29:15 -07:00
- skylighting-core-0.11
- skylighting-0.11
- doctemplates-0.10
2021-09-13 22:36:14 -07:00
- git: https://github.com/jgm/texmath.git
commit: 19700530733707284bb41f24add757f19ca23430
2021-09-09 23:27:58 -07:00
- git: https://github.com/jgm/citeproc.git
2021-09-10 17:06:54 -07:00
commit: b27201c3ac48ffd2853f77152df19b6e2cf36987
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]