summaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/pandoc-lua-engine.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2023-02-23 11:22:50 +0100
committerAlbert Krewinkel <albert@zeitkraut.de>2023-03-13 13:23:43 +0100
commit0f7653cd10deeeeb646809f9210a46087ff6e4c7 (patch)
treeda76bee01808a9adc2f2d481501cd5a3adc62016 /pandoc-lua-engine/pandoc-lua-engine.cabal
parent7916940c23f68037a8579b2d3076abd269578233 (diff)
Switch to hslua-2.3
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