Subject: CVS commit: pkgsrc/lang/hs-lua
From: Masatake Daimon
Date: 2023-10-24 14:24:34
Message id: 20231024122434.7BC44FADC@cvs.NetBSD.org

Log Message:
lang/hs-lua: Update to 2.3.1

lua-2.3.1 - Released 2023-03-17.

* New module Lua.Debug: the module provides bindings to a subset of
  functions of the Lua debug interface. Currently the module only binds
  lua_getupvalue and lua_setupvalue.

lua-2.3.0 - Released 2023-03-13.

* New function hslua_setwarnf: The function allows to set a C function as a
  hook that is called on all complete warning messages. It is intended as a
  simple way to set a custom warning function.
* Export version and copyright info from Lua.Constants: the following
  patterns are made available, with content identical to that of the
  respective C functions: LUA_VERSION, LUA_RELEASE, and LUA_COPYRIGHT.
* Added a new flag cross-compile. When enabled, the code is setup in a way
  that allows cross-compilation of the package, but some of the string
  constants will be hard-coded and may not match the Lua version against
  which the library is compiled.
* Type is now an instance of Read.

Files:
RevisionActionfile
1.7modifypkgsrc/lang/hs-lua/Makefile
1.3modifypkgsrc/lang/hs-lua/PLIST
1.7modifypkgsrc/lang/hs-lua/buildlink3.mk
1.3modifypkgsrc/lang/hs-lua/distinfo