@hackage hslua-module-system0.2.2
Lua module wrapper around Haskell's System module.
Installation
Tested Compilers
Dependencies (6)
- base >=4.9 && <5
- containers >=0.5 && <0.7
- directory >=1.3 && <1.4
- exceptions >=0.8 && <0.11
- hslua >=1.0.3 && <1.3
- temporary >=1.2 && <1.4 Show all…
Dependents (4)
@hackage/hslua, @hackage/pandoc, @hackage/hslua-module-zip, @hackage/pandoc-lua-engine
Provides access to system information and functionality
to Lua scripts via Haskell's System module.
Intended usage for this package is to preload it by adding
the loader function to package.preload. Note that the
Lua package library must have already been loaded before
the loader can be added.