summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Krewinkel <albert@zeitkraut.de>2022-09-23 10:19:49 +0200
committerAlbert Krewinkel <albert@zeitkraut.de>2022-09-23 10:19:49 +0200
commit9f2e49ef03bfa6dd1ce14addf2a092d27bfbeeea (patch)
tree7462d85c50ab18904b587992806c075eb14a9eb1
parent44600f4c0d4156ce582e72cde7134e6430c7cdb4 (diff)
Fix support for Lua 5.3
-rw-r--r--pandoc.cabal2
1 files changed, 1 insertions, 1 deletions
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,