Dependencies for hslua-0.9.5
Libraries
hslua
- base (>=4.7 && <5)
- bytestring (>=0.10.2 && <0.11)
- containers (>=0.5 && <0.6)
- exceptions (>=0.8 && <0.9)
- fail (>=4.9 && <5)
- mtl (>=2.2 && <2.3)
- text
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
system-lua | Use the system-wide Lua instead of the bundled copy. | Disabled |
apicheck | Compile Lua with -DLUA_USE_APICHECK. | Disabled |
lua_32bits | Compile Lua with -DLUA_32BITS | Disabled |
allow-unsafe-gc | Allow optimizations which make Lua's garbage collection potentially unsafe; haskell finalizers must be handled with extreme care. | Enabled |
export-dynamic | Add all symbols to dynamic symbol table; disabling this will make it possible to create fully static binaries, but renders loading of dynamic C libraries impossible. | Enabled |
luajit | Link with LuaJIT. This implies flag system-lua as well. | Disabled |
lua501 | Build against lua 5.1. | Disabled |
lua502 | Build against lua 5.2. | Disabled |
use-pkgconfig | Build using pkg-config to discover library and include paths. This is only used with system-lua and luajit. | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info