Files
pandoc/cabal.project
T
2026-05-29 09:35:56 +02:00

132 lines
3.5 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
source-repository-package
type: git
location: https://github.com/jgm/pandoc-types.git
tag: ced19af903949b84ba4b20dfe77d729c13cc7779
source-repository-package
type: git
location: https://github.com/jgm/doclayout.git
tag: ef7f18308a61787244a80885d907fcd2c16604d4
source-repository-package
type: git
location: https://github.com/jgm/typst-symbols.git
tag: 6e97668c9f2ffea09f3187c34b7641038370fd21
source-repository-package
type: git
location: https://github.com/jgm/typst-hs.git
tag: 19e835d40663a92df5bed4e8a0fca5465cacdd6b
source-repository-package
type: git
location: https://github.com/jgm/texmath.git
tag: 0a3fbebc5d0e21769f01b048eb63e1451ccf0e1a
source-repository-package
type: git
location: https://github.com/jgm/citeproc.git
tag: 1b684f1e06fc1093d20c1a2d474f4c3fdf2f65bd
source-repository-package
type: git
location: https://github.com/jgm/commonmark-hs.git
subdir: commonmark
tag: 48b95bab66401d94f80b7c84c5c33ab9e2cd39ea
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"