aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/pandoc-lua-engine.cabal
diff options
context:
space:
mode:
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