From 9f2e49ef03bfa6dd1ce14addf2a092d27bfbeeea Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Fri, 23 Sep 2022 10:19:49 +0200 Subject: Fix support for Lua 5.3 --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 338ffcf1a..7730273cd 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -502,7 +502,7 @@ library http-types >= 0.8 && < 0.13, ipynb >= 0.2 && < 0.3, jira-wiki-markup >= 1.4 && < 1.5, - lua >= 2.2 && < 2.3, + lua >= 2.1 && < 2.3, lpeg >= 1.0.1 && < 1.1, mime-types >= 0.1.1 && < 0.2, mtl >= 2.2 && < 2.3, -- cgit v1.2.3