./devel/hs-hslua-module-system, Lua module wrapper around Haskell System module

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1.0.1nb1, Package name: hs-hslua-module-system-1.1.0.1nb1, Maintainer: pho

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.


Required to run:
[devel/hs-exceptions] [sysutils/hs-temporary] [lang/ghc88] [lang/hs-hslua]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 8.721 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-30 13:43:04 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-hslua-module-system: Update to 1.1.0.1

hslua-module-system-1.1.0.1 - Released 2023-03-26.
* Improve doc strings.

hslua-module-system-1.1.0
* Update to hslua-2.3; this includes the addition of type initializers to
  the module and type specifiers to the fields.

hslua-module-system-1.0.3 - Released 2023-02-14.
* Added new function cputime and field cputime_precision, e.g. for
  benchmarking.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-26 10:27:44 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-hslua-module-version: Update to 1.0.2

hslua-module-system-1.0.2 - Released 2022-02-19
* Adjusted package bounds, for hslua-core and hslua-packaging.
   2022-02-26 04:58:36 by Masatake Daimon | Files touched by this commit (872)
Log message:
Bump all Haskell packages after enabling "split sections" in mk/haskell.mk
   2022-02-12 09:51:00 by Masatake Daimon | Files touched by this commit (575)
Log message:
revbump after changing the default Haskell compiler
   2022-02-11 14:35:51 by Masatake Daimon | Files touched by this commit (4)
Log message:
Update to hslua-module-system-1.0.1

hslua-module-system-1.0.1 - Released 29-01-2022.
* Relaxed upper bound of hslua-core, hslua-marshalling, and
  hslua-packaging, allowing their respective version 2.1.

hslua-module-system-1.0.0 - Released 2021-10-21.
* Use hslua 2.0.
   2022-01-18 03:48:33 by Masatake Daimon | Files touched by this commit (541)
Log message:
Bump packages that depends on GHC