pandoc/stack.yaml

50 lines
1 KiB
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.3.1
- skylighting-0.12.3.1
2021-10-10 22:39:10 +02:00
- emojis-0.1.2
- lpeg-1.0.3
- hslua-2.2.1
- hslua-aeson-2.2.1
- hslua-classes-2.2.0
- hslua-core-2.2.1
- hslua-marshalling-2.2.1
- hslua-module-doclayout-1.0.4
- hslua-module-path-1.0.2
- hslua-module-system-1.0.2
- hslua-module-text-1.0.2
- hslua-module-version-1.0.2
- hslua-objectorientation-2.2.1
- hslua-packaging-2.2.1
- lua-2.2.1
- lua-arbitrary-1.0.1
- tasty-hslua-1.0.2
- tasty-lua-1.0.2
- pandoc-lua-marshal-0.1.6
- aeson-pretty-0.8.9
- unicode-transforms-0.4.0.1
- unicode-data-0.3.0
- commonmark-pandoc-0.2.1.2
2022-01-12 09:09:16 +01:00
- ipynb-0.2
2022-04-02 19:13:58 +02:00
- pandoc-types-1.22.2
2022-04-02 20:21:36 +02:00
- texmath-0.12.5
- commonmark-0.2.2
- commonmark-extensions-0.2.3.1
2022-04-04 08:13:48 +02:00
- doclayout-0.4
- doctemplates-0.10.0.2
2022-07-11 23:39:36 +02:00
- git: https://github.com/jgm/citeproc
commit: 647c5d292bbb6d9a8d683bcae0ba129c65086901
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]