pandoc/stack.yaml

50 lines
1.2 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:
2021-10-27 21:13:29 -07:00
- skylighting-core-0.12.1
- skylighting-0.12.1
- doctemplates-0.10.0.1
2021-10-10 13:39:10 -07:00
- emojis-0.1.2
- doclayout-0.3.1.1
2021-11-08 16:03:17 +01:00
- lpeg-1.0.1
- hslua-2.0.1
- hslua-classes-2.0.0
- hslua-core-2.0.0.2
- hslua-marshalling-2.0.1
- 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.1
- hslua-packaging-2.0.0
- lua-2.0.2
- tasty-hslua-1.0.0
- tasty-lua-1.0.0
2021-10-22 14:33:30 -07:00
- pandoc-types-1.22.1
- commonmark-0.2.1.1
- commonmark-extensions-0.2.2.1
- citeproc-0.6
- aeson-pretty-0.8.9
2021-12-02 09:00:33 -08:00
- unicode-transforms-0.4.0
- unicode-data-0.2.0
2021-12-14 22:22:09 -08:00
- git: https://github.com/jgm/texmath.git
commit: 46df85d747f4f233157d3476683264232a4f58be
- git: https://github.com/jgm/ipynb.git
commit: 00246af10885c2ad4413ace4f69a7e6c88297a08
- git: https://github.com/pandoc/pandoc-lua-marshal
commit: f81ec19006cc4d0476f199d1fb913bac4af0a0d8
- git: https://github.com/jgm/commonmark-hs
commit: 4d460b206e0b1872376db86cadf7a4567eeddaed
subdir: 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]