MIT licensed by Albert Krewinkel
Maintained by Albert Krewinkel
This version can be pinned in stack with:hslua-list-1.1.1@sha256:a508fedd6e4775ac1fc371f781e20b04b304f8555a7a477be61f7b62210a2aea,2407

Module documentation for 1.1.1

Used by 1 package in nightly-2023-03-26(full list with versions):

hslua-list

Opinionated, fast, and extensible implementation of a Lua List type. The type re-uses some parts of Lua’s base library, so the base library must be loaded before this one.

Changes

Changelog

hslua-list uses PVP Versioning.

hslua-list-1.1.1

Released 2023-03-17.

  • Conversion to strings: added a __tostring that lists all elements separated by commas and a space, surrounded by braces and prefixed with the metatable’s name.

hslua-list-1.1.0.1

Released 2023-01-23.

  • Ensure that test/test-list.lua is included in the release tarball.

hslua-list-1.1.0

Released 2023-03-13.

  • Removed pushPandocList. The function was a left-over from pandoc-lua-marshal, the place where this package originated.

hslua-list-1.0.0

Released 2022-10-10.

  • To boldly go where no Haskell library has gone before.