aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/pandoc-lua-engine.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2026-01-08 17:29:39 +0100
committerAlbert Krewinkel <[email protected]>2026-01-08 17:55:04 +0100
commitcb8739f5b079ad5d73be6601eb7dd62c61c533a1 (patch)
tree27b6c4ffba933c8f83ebd97cbde712276e3f020c /pandoc-lua-engine/pandoc-lua-engine.cabal
parent8123be654d6ece208df32afc26b4fe1629e78ffd (diff)
Lua: switch to HsLua 2.5
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal14
1 files changed, 7 insertions, 7 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index 56871bfd7..1086c2db8 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -117,13 +117,13 @@ library
, doclayout >= 0.5 && < 0.6
, doctemplates >= 0.11 && < 0.12
, exceptions >= 0.8 && < 0.11
- , hslua >= 2.3 && < 2.5
+ , hslua >= 2.5 && < 2.6
, hslua-module-doclayout>= 1.2 && < 1.3
- , hslua-module-path >= 1.1 && < 1.2
- , 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
+ , hslua-module-path >= 1.2 && < 1.3
+ , hslua-module-system >= 1.3 && < 1.4
+ , hslua-module-text >= 1.2 && < 1.3
+ , hslua-module-version >= 1.2 && < 1.3
+ , hslua-module-zip >= 1.1.5 && < 1.3
, hslua-repl >= 0.1.1 && < 0.2
, lpeg >= 1.1 && < 1.2
, mtl >= 2.2 && < 2.4
@@ -145,7 +145,7 @@ test-suite test-pandoc-lua-engine
, data-default
, exceptions >= 0.8 && < 0.11
, filepath
- , hslua >= 2.3 && < 2.5
+ , hslua >= 2.5 && < 2.6
, pandoc
, pandoc-types >= 1.22 && < 1.24
, tasty