pandoc/stack.yaml

40 lines
917 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:
- skylighting-core-0.12
- skylighting-0.12
- doctemplates-0.10
2021-10-10 13:39:10 -07:00
- emojis-0.1.2
- doclayout-0.3.1.1
- hslua-2.0.0
- hslua-classes-2.0.0
- hslua-core-2.0.0
- hslua-marshalling-2.0.0
- hslua-module-path-1.0.0
- hslua-module-system-1.0.0
- hslua-module-text-1.0.0
- hslua-module-version-1.0.0
- hslua-objectorientation-2.0.0
- hslua-packaging-2.0.0
- lua-2.0.0
- tasty-hslua-1.0.0
- tasty-lua-1.0.0
2021-10-22 14:33:30 -07:00
- pandoc-types-1.22.1
2021-10-22 16:42:21 -07:00
- texmath-0.12.3.2
2021-09-09 23:27:58 -07: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-16 19:28:38 -07:00
resolver: lts-18.10
nix:
packages: [zlib]