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
This commit is contained in:
Albert Krewinkel 2021-11-04 12:25:27 +01:00
parent ebe21f3f65
commit 4ea2baf814
No known key found for this signature in database
GPG key ID: 388DC0B21F631124
2 changed files with 7 additions and 7 deletions

View file

@ -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,

View file

@ -12,17 +12,17 @@ extra-deps:
- doctemplates-0.10
- emojis-0.1.2
- doclayout-0.3.1.1
- hslua-2.0.0
- hslua-2.0.1
- hslua-classes-2.0.0
- hslua-core-2.0.0
- hslua-marshalling-2.0.0
- hslua-core-2.0.0.2
- hslua-marshalling-2.0.1
- hslua-module-path-1.0.0
- hslua-module-system-1.0.0
- hslua-module-text-1.0.0
- hslua-module-version-1.0.0
- hslua-objectorientation-2.0.0
- hslua-objectorientation-2.0.1
- hslua-packaging-2.0.0
- lua-2.0.0
- lua-2.0.1
- tasty-hslua-1.0.0
- tasty-lua-1.0.0
- pandoc-types-1.22.1