mirror of
https://github.com/jgm/pandoc.git
synced 2026-07-12 12:27:21 +00:00
dd252754d4
...but will make the new nix flake easier. See #11707.
59 lines
1.6 KiB
YAML
59 lines
1.6 KiB
YAML
flags:
|
|
pandoc:
|
|
embed_data_files: true
|
|
QuickCheck:
|
|
old-random: false
|
|
packages:
|
|
- '.'
|
|
- 'pandoc-cli'
|
|
- 'pandoc-lua-engine'
|
|
- 'pandoc-server'
|
|
extra-deps:
|
|
# check nixpkgs version before removing this pin:
|
|
- hslua-core-2.3.2.1
|
|
# check nixpkgs version before removing this pin:
|
|
- hslua-classes-2.3.2
|
|
# check nixpkgs version before removing this pin:
|
|
- hslua-aeson-2.3.2
|
|
- hslua-2.5.0
|
|
- hslua-marshalling-2.3.2
|
|
- hslua-module-doclayout-1.2.1.1
|
|
- hslua-module-path-1.2.0
|
|
- hslua-module-text-1.2.0
|
|
- hslua-module-system-1.3.0
|
|
- hslua-module-version-1.2.0.1
|
|
- hslua-module-zip-1.2.1
|
|
- hslua-objectorientation-2.5.0
|
|
- hslua-packaging-2.4.1
|
|
- hslua-typing-0.2.0
|
|
- pandoc-lua-marshal-0.3.2.1
|
|
- asciidoc-0.1.0.3
|
|
- doclayout-0.5.0.3
|
|
- commonmark-0.3
|
|
- commonmark-pandoc-0.3
|
|
- citeproc-0.13.0.1
|
|
- pandoc-types-1.23.1.2
|
|
- emojis-0.1.5
|
|
- git: https://github.com/jgm/texmath.git
|
|
commit: e5d689366e4d480f96e9453f455d1a4362fad880
|
|
- git: https://github.com/jgm/djoths.git
|
|
commit: 6d13d92126d3d10c571bcb9543fd6c889e9aad3f
|
|
- git: https://github.com/jgm/commonmark-hs
|
|
commit: 73903fa7723ca2b1a1120063451e9647d1382754
|
|
subdirs: [commonmark-extensions]
|
|
- git: https://github.com/jgm/typst-hs.git
|
|
commit: 1a94f1fd69841fd4039441afa3e1ed330db8e334
|
|
- git: https://github.com/jgm/skylighting.git
|
|
commit: c196a0e4da03b7212db8fcc122a6a1c1fcdecb87
|
|
subdirs: [skylighting-format-blaze-html]
|
|
- git: https://github.com/jgm/typst-symbols.git
|
|
commit: 928839de6742b61ee601ce4510cf4dcfd044354d
|
|
|
|
ghc-options:
|
|
"$locals": -fhide-source-paths -Wno-missing-home-modules
|
|
resolver: lts-24.20
|
|
nix:
|
|
packages:
|
|
- pkg-config
|
|
- zlib
|