diff options
| author | Albert Krewinkel <[email protected]> | 2025-07-23 18:57:21 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2025-07-23 19:31:03 +0200 |
| commit | 01a305af58b2b91179266e3463e07db94fcc11f0 (patch) | |
| tree | 5dbf33ad51cf1864709152bdc526e3d129a718b1 /pandoc-lua-engine/pandoc-lua-engine.cabal | |
| parent | b6837264478b264d9883097856fb68047e2ccb8f (diff) | |
Lua: add function `pandoc.path.exists`.
The functions allows to check the existence of file-system objects.
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal index 5cd6c570b..59b9140d0 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -93,6 +93,7 @@ library , Text.Pandoc.Lua.Module.Log , Text.Pandoc.Lua.Module.MediaBag , Text.Pandoc.Lua.Module.Pandoc + , Text.Pandoc.Lua.Module.Path , Text.Pandoc.Lua.Module.Scaffolding , Text.Pandoc.Lua.Module.Structure , Text.Pandoc.Lua.Module.System @@ -119,7 +120,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.2 && < 1.3 + , hslua-module-system >= 1.2.1 && < 1.3 , hslua-module-text >= 1.1 && < 1.2 , hslua-module-version >= 1.1 && < 1.2 , hslua-module-zip >= 1.1.3 && < 1.2 |
