summaryrefslogtreecommitdiff
path: root/pandoc-lua-engine
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-10-02 21:27:33 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2022-10-03 08:47:32 -0700
commitc8d08b945c308b597321a7412484ad1811859134 (patch)
treee2ea793f8278c632d0822b61509e78a0c8184a92 /pandoc-lua-engine
parente7d645c848900799294b2eb306f69c5796981202 (diff)
Remove support for Lua 5.3.
Diffstat (limited to 'pandoc-lua-engine')
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal10
1 files changed, 4 insertions, 6 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index cd8ef14a3..afb2bfca9 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -94,6 +94,9 @@ library
, doclayout >= 0.4 && < 0.5
, doctemplates >= 0.10 && < 0.11
, 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 && < 1.1
@@ -106,12 +109,7 @@ library
, pandoc-types >= 1.22.2 && < 1.23
, parsec >= 3.1 && < 3.2
, text >= 1.1.1 && < 2.1
- if flag(lua53)
- build-depends: hslua >= 2.1 && < 2.2,
- hslua-aeson >= 2.2.1 && < 2.3
- else
- build-depends: hslua >= 2.2.1 && < 2.3
- , hslua-aeson >= 2.2.1 && < 2.3
+
test-suite test-pandoc-lua-engine
import: common-options