ghc-hslua-module-system 1.0.3
Lua module wrapper around Haskell's System module
This library 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.
- Outputs:
out
- Website: https://github.com/hslua/hslua
- Licenses: Expat
- Package source: gnu/packages/haskell-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install ghc-hslua-module-system 1.0.3
as follows:
guix install ghc-hslua-module-system@1.0.3
Or install the latest version:
guix install ghc-hslua-module-system
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.