From 4ea2baf814c462670301cf3b6a3b7d6b8a38c143 Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Thu, 4 Nov 2021 12:25:27 +0100 Subject: Require latest hslua (2.0.1). This fixes issues with - misleading error messages when a required function parameter is omitted; - absent properties still being listed in the output of `pairs`; and - alias accessing leading to errors instead of returning `nil`, e.g. with `(pandoc.Str '').identifier`. Fixes: #7661 See also: #7657 --- pandoc.cabal | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pandoc.cabal') diff --git a/pandoc.cabal b/pandoc.cabal index 695edb349..1d9ca19dd 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -550,8 +550,8 @@ library file-embed >= 0.0 && < 0.1, filepath >= 1.1 && < 1.5, haddock-library >= 1.10 && < 1.11, - hslua >= 2.0 && < 2.1, - hslua-marshalling >= 2.0 && < 2.1, + hslua >= 2.0.1 && < 2.1, + hslua-marshalling >= 2.0.1 && < 2.1, hslua-module-path >= 1.0 && < 1.1, hslua-module-system >= 1.0 && < 1.1, hslua-module-text >= 1.0 && < 1.1, -- cgit v1.2.3