aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2024-05-05 17:54:33 +0200
committerAlbert Krewinkel <[email protected]>2024-05-05 17:54:33 +0200
commit018922d10fb6f230aa1153dbe12c45358e70a3e0 (patch)
treeafdf4927ad6a958977f48d0e985a06fa6f6d2d97 /pandoc-lua-engine
parent32f0ed9ea3600629de4d74f1841c73502da5baa8 (diff)
Lua: use newest zip module.
This adds a `symlink` function to Entry objects, allowing to check if an entry represents a symbolic link.
Diffstat (limited to 'pandoc-lua-engine')
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal2
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 27cfb75cc..402b1e930 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -114,7 +114,7 @@ library
, hslua-module-system >= 1.1 && < 1.2
, hslua-module-text >= 1.1 && < 1.2
, hslua-module-version >= 1.1 && < 1.2
- , hslua-module-zip >= 1.1 && < 1.2
+ , hslua-module-zip >= 1.1.2 && < 1.2
, hslua-repl >= 0.1.1 && < 0.2
, lpeg >= 1.1 && < 1.2
, mtl >= 2.2 && < 2.4