Files
pandoc/cabal.project
John MacFarlane d2f33e5b53 Typst reader/writer: use divider() for horizontal rule.
Remove old `horizontalRule` definition from default template.

Modify tests to use non-deprecated symbols.

Closes #11540.
2026-07-09 01:12:18 +02:00

129 lines
3.4 KiB
Plaintext

packages: .
pandoc-lua-engine
pandoc-server
pandoc-cli
constraints: skylighting-format-blaze-html >= 0.1.2,
skylighting-format-context >= 0.1.0.2,
auto-update >= 0.2.6,
crypton >= 1.1.1,
doclayout >= 0.5.0.3
source-repository-package
type: git
location: https://github.com/jgm/texmath.git
tag: e5d689366e4d480f96e9453f455d1a4362fad880
source-repository-package
type: git
location: https://github.com/jgm/djoths.git
tag: 7cabb69eef81d80688beb4fce6b604ad1ccc5941
source-repository-package
type: git
location: https://github.com/jgm/typst-hs.git
tag: 1a94f1fd69841fd4039441afa3e1ed330db8e334
source-repository-package
type: git
location: https://github.com/jgm/typst-symbols.git
tag: 928839de6742b61ee601ce4510cf4dcfd044354d
source-repository-package
type: git
location: https://github.com/jgm/commonmark-hs.git
tag: 73903fa7723ca2b1a1120063451e9647d1382754
subdir: commonmark-extensions
source-repository-package
type: git
location: https://github.com/jgm/skylighting.git
tag: c196a0e4da03b7212db8fcc122a6a1c1fcdecb87
subdir: skylighting-format-blaze-html
package pandoc
flags: +embed_data_files +http
if arch(wasm32)
tests: False
package atomic-counter
flags: +no-cmm
package aeson
flags: -ordered-keymap
package crypton
ghc-options: -optc-DARGON2_NO_THREADS
package digest
flags: -pkg-config
package lua
flags: +cross-compile
ghc-options: -optc-mllvm
-optc-wasm-enable-sjlj
-optc-D_WASI_EMULATED_PROCESS_CLOCKS
-optc-D_WASI_EMULATED_SIGNAL
-optc-DLUA_STUB_TMPNAM
-optc-DLUA_STUB_TMPFILE
-optc-DLUA_STUB_SYSTEM
package pandoc
flags: +embed_data_files -http
package pandoc-cli
flags: +lua -repl -server
ld-options: -lwasi-emulated-process-clocks -lwasi-emulated-signal -lsetjmp
package pandoc-lua-engine
flags: -repl
allow-newer:
all:base,
all:binary,
all:bytestring,
all:containers,
all:ghc-bignum,
all:template-haskell,
all:text,
all:time
source-repository-package
type: git
location: https://github.com/snoyberg/conduit.git
tag: 6b98f070fea09a3bf0a5d0897a2e27e3aa91c8fe
subdir: conduit-extra
post-checkout-command: sh -c "patch -N -p1 < ../../../wasm/patches/conduit-extra.patch"
source-repository-package
type: git
location: https://github.com/jappeace/ram.git
tag: 6e49475ae7b4b3545923407388690234d838dc45
post-checkout-command: sh -c "patch -N -p1 < ../../../wasm/patches/memory.patch"
source-repository-package
type: git
location: https://github.com/fpco/streaming-commons.git
tag: v0.2.3.1
post-checkout-command: sh -c "patch -N -p1 < ../../../wasm/patches/streaming-commons.patch"
source-repository-package
type: git
location: https://github.com/snoyberg/xml.git
tag: xml-conduit/1.10.1.0
subdir: xml-conduit
post-checkout-command: sh -c "patch -N -p1 < ../../../wasm/patches/xml-conduit.patch"
source-repository-package
type: git
location: https://github.com/haskellari/splitmix.git
tag: v0.1.3.2
post-checkout-command: sh -c "patch -N -p1 < ../../../wasm/patches/splitmix.patch"
source-repository-package
type: git
location: https://github.com/hslua/hslua
tag: lua-2.3.4
subdir: lua
post-checkout-command: sh -c "patch -N -p1 < ../../../wasm/patches/lua.patch"