diff options
| author | Albert Krewinkel <[email protected]> | 2022-06-23 22:49:32 +0200 |
|---|---|---|
| committer | Albert Krewinkel <[email protected]> | 2022-06-23 22:53:11 +0200 |
| commit | 6d351df1ed6a1ea4e36713d50951403121271742 (patch) | |
| tree | a205e1f154f8926eba48e71090cdd1506b246594 /stack.yaml | |
| parent | 2abf56f508760a9a7711a00a4d3fd9fa83c6f61e (diff) | |
Lua: ensure that tables marshaled via JSON arrays behave like Lists.
This allows to invoke methods like `map` and `includes` on lists like
`PANDOC_WRITER_OPTIONS.extensions`.
Diffstat (limited to 'stack.yaml')
| -rw-r--r-- | stack.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stack.yaml b/stack.yaml index 47b366879..9d006f4f0 100644 --- a/stack.yaml +++ b/stack.yaml @@ -12,7 +12,7 @@ extra-deps: - emojis-0.1.2 - lpeg-1.0.3 - hslua-2.2.1 -- hslua-aeson-2.2.0 +- hslua-aeson-2.2.1 - hslua-classes-2.2.0 - hslua-core-2.2.1 - hslua-marshalling-2.2.1 |
