Files
pandoc/stack.yaml
T
Albert Krewinkel 6b81649771 Lua: add more UTF-8-aware file operations to pandoc.system.
Functions that expect UTF-8-encoded filenames should make it easier to
write platform-independent scripts, as the encoding of the actual
filename depends on the system.

Additionally, this also adds a generalized method to run commands, and
functions to retrieve XDG directory names.

The new functions are `command`, `copy`, `read_file`, `remove`,
`rename`, `times`, `write_file`, `xdg`.
2025-06-30 09:56:08 -06:00

34 lines
699 B
YAML

flags:
pandoc:
embed_data_files: true
QuickCheck:
old-random: false
packages:
- '.'
- 'pandoc-cli'
- 'pandoc-lua-engine'
- 'pandoc-server'
extra-deps:
- hslua-2.4.0
- hslua-module-doclayout-1.2.0.1
- hslua-module-system-1.2.0
- hslua-objectorientation-2.4.0
- hslua-packaging-2.3.2
- pandoc-lua-marshal-0.3.1
- tls-2.1.7
- skylighting-core-0.14.6
- skylighting-0.14.6
- skylighting-format-typst-0.1
- typst-symbols-0.1.8.1
- texmath-0.12.10.3
- typst-0.8.0.1
- git: https://github.com/jgm/citeproc.git
commit: 157c7815f06e4e6771740a4eb8df97568626a8fe
ghc-options:
"$locals": -fhide-source-paths -Wno-missing-home-modules
resolver: lts-23.22
nix:
packages:
- pkg-config
- zlib