pandoc/stack.yaml

50 lines
1.1 KiB
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:
2022-01-19 15:44:27 -08:00
- skylighting-core-0.12.2
- skylighting-0.12.2
- doctemplates-0.10.0.1
2021-10-10 13:39:10 -07:00
- emojis-0.1.2
- doclayout-0.3.1.1
- lpeg-1.0.2
- hslua-2.1.0
- hslua-aeson-2.1.0
- hslua-classes-2.1.0
- hslua-core-2.1.0
- hslua-marshalling-2.1.0
- hslua-module-doclayout-1.0.2
- hslua-module-path-1.0.1
- hslua-module-system-1.0.1
- hslua-module-text-1.0.1
- hslua-module-version-1.0.1
- hslua-objectorientation-2.1.0
- hslua-packaging-2.1.0
- lua-2.1.0
- lua-arbitrary-1.0.0
- tasty-hslua-1.0.1
- tasty-lua-1.0.1
- pandoc-lua-marshal-0.1.5
2021-10-22 14:33:30 -07:00
- pandoc-types-1.22.1
- aeson-pretty-0.8.9
- unicode-transforms-0.4.0@rev:1
- unicode-data-0.3.0
2022-01-11 19:19:27 -08:00
- texmath-0.12.4
- commonmark-pandoc-0.2.1.2
2022-01-12 00:09:16 -08:00
- ipynb-0.2
2022-02-03 07:36:32 -08:00
- git: https://github.com/jgm/citeproc.git
commit: 32fcf268d8bac2825eddd3c51a9112112e5eaadb
- git: https://github.com/jgm/commonmark-hs.git
2022-02-13 13:33:54 -08:00
commit: 02f573527d537a3f9e037d460638d1e4f8a5ca9b
subdirs: [commonmark, commonmark-extensions]
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]