aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2025-08-09 20:35:46 +0200
committerAlbert Krewinkel <[email protected]>2025-08-09 20:59:11 +0200
commit282fa55421b76f93a98682088807d79267d3bb38 (patch)
treef298a7daa16b595e74257c76820a447ec21b8cbe
parent661a0b51a44a5f16c31cc245b5c8635d548ddc2b (diff)
Lua: require hslua-module-system 1.2.3
This provides List methods to the value returned by `pandoc.system.list_directory`. Closes: #11032
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal2
-rw-r--r--stack.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index 59b9140d0..5fbd07597 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -120,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 && < 1.3
+ , hslua-module-system >= 1.2.3 && < 1.3
, hslua-module-text >= 1.1 && < 1.2
, hslua-module-version >= 1.1 && < 1.2
, hslua-module-zip >= 1.1.3 && < 1.2
diff --git a/stack.yaml b/stack.yaml
index 96a1c9015..112354bd0 100644
--- a/stack.yaml
+++ b/stack.yaml
@@ -11,7 +11,7 @@ packages:
extra-deps:
- hslua-2.4.0
- hslua-module-doclayout-1.2.0.1
-- hslua-module-system-1.2.1
+- hslua-module-system-1.2.3
- hslua-objectorientation-2.4.0
- hslua-packaging-2.3.2
- pandoc-lua-marshal-0.3.1