aboutsummaryrefslogtreecommitdiff
path: root/pandoc-lua-engine/pandoc-lua-engine.cabal
diff options
context:
space:
mode:
authorAlbert Krewinkel <[email protected]>2023-01-12 22:17:45 +0100
committerAlbert Krewinkel <[email protected]>2023-01-12 22:21:39 +0100
commit28fa37e554aaf795a2b61eb08ed8081f4576f547 (patch)
tree4f50e0c6ddfa6600b4485d35f42bdf07ef219569 /pandoc-lua-engine/pandoc-lua-engine.cabal
parent42f5cb83eb0fa09ea307334e6c5d5a9a95f6b196 (diff)
CI: test with GHC 9.2.5 and 9.4.4
Diffstat (limited to 'pandoc-lua-engine/pandoc-lua-engine.cabal')
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal3
1 files changed, 2 insertions, 1 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index 8aca57162..0f27907fb 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -14,7 +14,8 @@ tested-with: GHC == 8.6.5
, GHC == 8.8.4
, GHC == 8.10.7
, GHC == 9.0.2
- , GHC == 9.2.3
+ , GHC == 9.2.5
+ , GHC == 9.4.4
synopsis: Lua engine to power custom pandoc conversions
description: This package provides a pandoc scripting engine based on
Lua.