aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2024-05-05 21:13:42 +0200
committerAlbert Krewinkel <[email protected]>2024-05-05 21:16:31 +0200
commit0f29d8195eeb526c4aa14d5f56818f905d5badb5 (patch)
treef6b2900ba04a5b74263da792802f15a8a7e4d91c
parent018922d10fb6f230aa1153dbe12c45358e70a3e0 (diff)
Lua: use hslua-module-zip-1.1.3 to fix the windows build
-rw-r--r--doc/lua-filters.md2
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal2
-rw-r--r--stack.yaml2
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/lua-filters.md b/doc/lua-filters.md
index 349e7c893..787c64da4 100644
--- a/doc/lua-filters.md
+++ b/doc/lua-filters.md
@@ -6355,7 +6355,7 @@ Returns:
`symlink (self)`
Returns the target if the Entry represents a symbolic link, and
-`nil` otherwise.
+`nil` otherwise. Always returns `nil` on Windows.
Parameters:
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index 402b1e930..4221d07fa 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.2 && < 1.2
+ , hslua-module-zip >= 1.1.3 && < 1.2
, hslua-repl >= 0.1.1 && < 0.2
, lpeg >= 1.1 && < 1.2
, mtl >= 2.2 && < 2.4
diff --git a/stack.yaml b/stack.yaml
index 3653dc85b..974cc00db 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -13,7 +13,7 @@ extra-deps:
- commonmark-0.2.6
- commonmark-extensions-0.2.5.4
- commonmark-pandoc-0.2.2.1
-- hslua-module-zip-1.1.2
+- hslua-module-zip-1.1.3
- pandoc-lua-marshal-0.2.6
- tls-2.0.2
- skylighting-format-blaze-html-0.1.1.2