pandoc/stack.yaml

31 lines
773 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:
- skylighting-core-0.12
- skylighting-0.12
- doctemplates-0.10
2021-10-10 22:39:10 +02:00
- emojis-0.1.2
- doclayout-0.3.1.1
- git: https://github.com/jgm/pandoc-types.git
commit: 99402a46361a3e52805935b1fbe9dfe54f852d6a
2021-09-14 07:36:14 +02:00
- git: https://github.com/jgm/texmath.git
commit: 19700530733707284bb41f24add757f19ca23430
2021-09-10 08:27:58 +02:00
- git: https://github.com/jgm/citeproc.git
commit: 673a7fb643d24a3bb0f60f8f29e189c0ba7ef15b
- git: https://github.com/jgm/commonmark-hs.git
commit: 7d34a747cd2d8668451909a722eb9ce16d1f4852
subdirs: [commonmark, commonmark-pandoc]
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
2021-09-17 04:28:38 +02:00
resolver: lts-18.10
nix:
packages: [zlib]