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.2.1 – 2019-05-04
Use module helpers made available with HsLua 1.0.3. This avoids
code duplication when used with other hslua modules.
0.2.0 – 2019-05-01
All fields and functions are now exported from the Haskell module
under the same name as that used in Lua.
New fields
arch: processor architecture.
compiler_name: Haskell compiler that was used to compile the module.