summaryrefslogtreecommitdiff
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.cabal22
1 files changed, 10 insertions, 12 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index cbc245095..abaae611d 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -104,16 +104,14 @@ library
, doclayout >= 0.4 && < 0.5
, doctemplates >= 0.11 && < 0.12
, exceptions >= 0.8 && < 0.11
- , hslua >= 2.2.1 && < 2.3
- , hslua-aeson >= 2.2.1 && < 2.3
- , hslua-core >= 2.2.1 && < 2.3
- , hslua-module-doclayout>= 1.0.4 && < 1.1
- , hslua-module-path >= 1.0.3 && < 1.1
- , hslua-module-system >= 1.0.3 && < 1.1
- , hslua-module-text >= 1.0.3 && < 1.1
- , hslua-module-version >= 1.0.3 && < 1.1
- , hslua-module-zip >= 1.0.0 && < 1.1
- , lpeg >= 1.0.1 && < 1.1
+ , hslua >= 2.3 && < 2.4
+ , hslua-module-doclayout>= 1.1 && < 1.2
+ , hslua-module-path >= 1.1 && < 1.2
+ , hslua-module-system >= 1.1 && < 1.2
+ , hslua-module-text >= 1.1 && < 1.2
+ , hslua-module-version >= 1.1 && < 1.2
+ , hslua-module-zip >= 1.1 && < 1.2
+ , lpeg >= 1.0.4 && < 1.1
, mtl >= 2.2 && < 2.4
, pandoc >= 3.1 && < 3.2
, pandoc-lua-marshal >= 0.2.1 && < 0.3
@@ -133,13 +131,13 @@ test-suite test-pandoc-lua-engine
, data-default
, exceptions >= 0.8 && < 0.11
, filepath
- , hslua >= 2.1 && < 2.3
+ , hslua >= 2.3 && < 2.4
, pandoc
, pandoc-types >= 1.22 && < 1.24
, tasty
, tasty-golden
, tasty-hunit
- , tasty-lua >= 1.0 && < 1.1
+ , tasty-lua >= 1.1 && < 1.2
, text >= 1.1.1 && < 2.1
other-modules: Tests.Lua
, Tests.Lua.Module