diff options
| author | Albert Krewinkel <[email protected]> | 2025-06-23 12:29:21 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2025-06-23 13:02:19 +0200 |
| commit | d3f2fcc5f88243b2e806f71a48ef8fd375249064 (patch) | |
| tree | 8a57d000f41032eb5818f506524181c018bd7145 /pandoc-lua-engine | |
| parent | b57d3f9b4d9afbe05818c5161e502a525f813e7e (diff) | |
pandoc-lua-engine: Allow hslua-2.4.
Diffstat (limited to 'pandoc-lua-engine')
| -rw-r--r-- | pandoc-lua-engine/pandoc-lua-engine.cabal | 2 |
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 bec21a66d..f83afe0c1 100644 --- a/pandoc-lua-engine/pandoc-lua-engine.cabal +++ b/pandoc-lua-engine/pandoc-lua-engine.cabal @@ -116,7 +116,7 @@ library , doclayout >= 0.5 && < 0.6 , doctemplates >= 0.11 && < 0.12 , exceptions >= 0.8 && < 0.11 - , hslua >= 2.3 && < 2.4 + , hslua >= 2.3 && < 2.5 , hslua-module-doclayout>= 1.2 && < 1.3 , hslua-module-path >= 1.1 && < 1.2 , hslua-module-system >= 1.1 && < 1.2 |
