aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2025-06-25 16:36:58 +0200
committerAlbert Krewinkel <[email protected]>2025-06-25 17:06:55 +0200
commitbffdd13038799866a0823365f0a117d5e3d89fbe (patch)
tree4d38912031c00b42bb8cbaf4097e77c5734b0991 /pandoc-lua-engine
parent2de6f2eb83c4ccc452faaa7b9cf7aa0a03be2002 (diff)
pandoc-lua-engine: Allow hslua-2.4.0 in the tests
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 f83afe0c1..1ebfba37b 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -144,7 +144,7 @@ test-suite test-pandoc-lua-engine
, data-default
, exceptions >= 0.8 && < 0.11
, filepath
- , hslua >= 2.3 && < 2.4
+ , hslua >= 2.3 && < 2.5
, pandoc
, pandoc-types >= 1.22 && < 1.24
, tasty