hslua-module-system

Lua module wrapper around Haskell's System module.

https://github.com/hslua/hslua-module-system

Version on this page:0.1.0.1
LTS Haskell 22.17:1.1.1
Stackage Nightly 2024-04-18:1.1.1
Latest on Hackage:1.1.1

See all snapshots hslua-module-system appears in

MIT licensed by Albert Krewinkel
Maintained by [email protected]
This version can be pinned in stack with:hslua-module-system-0.1.0.1@sha256:a8c571797cd70456c572532e9c6606c573c7924468f50b0aa50d6dfa549dadd1,1981

Module documentation for 0.1.0.1

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.

Changes

Revision history for hslua-module-system

0.1.0 – 2019-04-26

  • First version. Released on an unsuspecting world.