Haskell Lua
bindings, forked from Gracjan Polak's HsLua library.
- Use
ByteString
-- The Lua module sees extremely few uses ofString
now, aside from calls toerror
and in the instance forStackValue String.
- Change the module name from
Scripting.Lua
toLua
. - Lots of refactoring...
- Support using the system's
Lua
installation instead of the bundled one, with thesystem-lua
cabal flag.