AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- update to 0.4.1 * Bugfix: tolist wasn't popping elements of the list from stack.
- update to 0.4.0 * pushstring and tostring now uses ByteString instead of [Char]. * StackValue [Char] instance is removed, StackValue ByteString is added. * StackValue a => StackValue [a] instance is added. It pushes a Lua array to the stack. pushlist, islist and tolist functions are added. * Type errors in Haskell functions now propagated differently. See the Scripting.Lua documentation for detailed explanation. This should fix segfaults reported several times. * lua_error function is removed, it's never safe to call in Haskell. * Pkgconf-based setup removed. Cabal is now using extra-libraries to link with Lua. * luajit flag is added to link hslua with LuaJIT.
- update to 0.3.13 * `pushrawhsfunction` and `registerrawhsfunction` functions are added. * `luaL_ref` and `luaL_unref` functions are added.
- update to 0.3.9 - drop include-lua_neutralize_longjmp.patch * fixed upstream
- fix license tag * license file contradicts license tag in cabal file
- Proper lua-devel BuildRequires for SLE_11
- include-lua_neutralize_longjmp.patch: Include custom lua_neutralize_longjmp function when compiling using system lua libraries.
- Use lua51. Pandoc needs 5.1 API.
- use system provided lua library
- Intial package - version 0.3.7