aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Batischev <[email protected]>2022-11-15 21:56:07 +0300
committerJohn MacFarlane <[email protected]>2022-11-15 11:35:53 -0800
commit1bea5e8a54ceadf9864b90897d70357e29e6f183 (patch)
treec85740cad97aa0ad17a17002da8d2200cc423dc8
parentafe096d9e3535c07ce67cbc4e5cfd2d93dc5507e (diff)
Allow mtl 2.3.1
-rw-r--r--pandoc-lua-engine/pandoc-lua-engine.cabal2
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-lua-engine/pandoc-lua-engine.cabal b/pandoc-lua-engine/pandoc-lua-engine.cabal
index 9910b9fef..ecd230406 100644
--- a/pandoc-lua-engine/pandoc-lua-engine.cabal
+++ b/pandoc-lua-engine/pandoc-lua-engine.cabal
@@ -109,7 +109,7 @@ library
, hslua-module-version >= 1.0.3 && < 1.1
, hslua-module-zip >= 1.0.0 && < 1.1
, lpeg >= 1.0.1 && < 1.1
- , mtl >= 2.2 && < 2.3
+ , mtl >= 2.2 && < 2.4
, pandoc >= 3.0 && < 3.1
, pandoc-lua-marshal >= 0.1.7 && < 0.2
, pandoc-types >= 1.22.2 && < 1.23