diff options
| author | Albert Krewinkel <[email protected]> | 2025-06-23 12:38:49 +0200 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-06-30 09:56:08 -0600 |
| commit | 6b816497710bebfc237946a348e920db75a73406 (patch) | |
| tree | c50c14037de3b898c317bd7c383be08a74da04c1 /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | bffdd13038799866a0823365f0a117d5e3d89fbe (diff) | |
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`.
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 1ebfba37b..5cd6c570b 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -119,7 +119,7 @@ library , hslua >= 2.3 && < 2.5 , hslua-module-doclayout>= 1.2 && < 1.3 , hslua-module-path >= 1.1 && < 1.2 - , hslua-module-system >= 1.1 && < 1.2 + , hslua-module-system >= 1.2 && < 1.3 , hslua-module-text >= 1.1 && < 1.2 , hslua-module-version >= 1.1 && < 1.2 , hslua-module-zip >= 1.1.3 && < 1.2 |
