Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

ghc-lua-devel-2.3.2-150500.3.3.1 RPM for aarch64

From OpenSuSE Leap 15.6 for aarch64

Name: ghc-lua-devel Distribution: SUSE Linux Enterprise 15
Version: 2.3.2 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150500.3.3.1 Build date: Mon Jan 29 15:38:36 2024
Group: Unspecified Build host: h02-armsrv1
Size: 4288034 Source RPM: ghc-lua-2.3.2-150500.3.3.1.src.rpm
Packager: https://www.suse.com/
Url: https://hackage.haskell.org/package/lua
Summary: Haskell lua library development files
This package provides the Haskell lua library development files.

Provides

Requires

License

MIT

Changelog

* Fri Jan 19 2024 psimons@suse.com
  - Update lua to version 2.3.2.
    [#]# lua-2.3.2
    Release pending.
    - Update to Lua 5.4.6.
    [#]# 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`.
* Sun Jun 19 2022 psimons@suse.com
  - Update lua to version 2.2.1.
    [#]# lua-2.2.1
    Released 2022-06-19.
    - Make string-peeking independent of the current foreign
      encoding: always use char8 encoding to retrieve values of
      `LUA_PRELOAD_TABLE` and `LUA_LOADED_TABLE`.
* Sat Feb 19 2022 psimons@suse.com
  - Update lua to version 2.2.0.
    [#]# lua-2.2.0
    Released 2022-02-19.
    - Update to Lua 5.4, include Lua 5.4.4 by default.
    - Removed `hardcode-reg-keys` flag: this is no longer required
      for Lua 5.4.
    - Support arbitrary number of uservalues: Lua 5.4 allows an
      arbitrary number of uservalues to be associated with userdata
      objects. The functions `lua_newuserdata`, `lua_getuservalue`,
      and `lua_setuservalue` are replaced with the new functions
      `lua_newuserdatauv`, `lua_getiuservalue`, and
      `lua_setiuservalue`, respectively.
      The function `hslua_newhsuserdata` is renamed to
      `hslua_newhsuserdatauv` and takes the number of associated
      uservalues as an additional argument.
    - Support for the new warnings system: export binding to
      `lua_warning`.
    - The function `lua_gc` now takes three data arguments of type
      CInt. This is a workaround for the fact that the C function
      has become variadic.
    - The new patterns `LUA_GCGEN` and `LUA_GCINC` are usable with
      `lua_gc` to switch to generational and incremental garbage
      collection, respectively.
* Sat Jan 29 2022 psimons@suse.com
  - Update lua to version 2.1.0.
    Upstream has edited the change log file since the last release in
    a non-trivial way, i.e. they did more than just add a new entry
    at the top. You can review the file at:
    http://hackage.haskell.org/package/lua-2.1.0/src/CHANGELOG.md
* Thu Nov 04 2021 psimons@suse.com
  - Update lua to version 2.0.1.
    Upstream has edited the change log file since the last release in
    a non-trivial way, i.e. they did more than just add a new entry
    at the top. You can review the file at:
    http://hackage.haskell.org/package/lua-2.0.1/src/CHANGELOG.md
* Mon Nov 01 2021 psimons@suse.com
  - Add lua at version 2.0.0.1.

Files

/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Auxiliary.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Auxiliary.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Auxiliary.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Call.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Call.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Call.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Constants.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Constants.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Constants.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Debug.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Debug.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Debug.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Ersatz
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Ersatz.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Ersatz.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Ersatz.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Ersatz/Auxiliary.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Ersatz/Auxiliary.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Ersatz/Auxiliary.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Ersatz/Functions.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Ersatz/Functions.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Ersatz/Functions.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Lib.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Lib.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Lib.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Primary.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Primary.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Primary.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Types.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Types.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Types.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Userdata.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Userdata.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Userdata.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Warn.dyn_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Warn.hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/Lua/Warn.p_hi
/usr/lib64/ghc-8.10.7/lua-2.3.2/include
/usr/lib64/ghc-8.10.7/lua-2.3.2/include/lauxlib.h
/usr/lib64/ghc-8.10.7/lua-2.3.2/include/lua.h
/usr/lib64/ghc-8.10.7/lua-2.3.2/include/luaconf.h
/usr/lib64/ghc-8.10.7/lua-2.3.2/include/lualib.h
/usr/lib64/ghc-8.10.7/lua-2.3.2/libHSlua-2.3.2-DUsTplOO11xKQIIHZ2H3e5.a
/usr/lib64/ghc-8.10.7/lua-2.3.2/libHSlua-2.3.2-DUsTplOO11xKQIIHZ2H3e5_p.a
/usr/lib64/ghc-8.10.7/package.conf.d/lua-2.3.2.conf
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua-Auxiliary.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua-Call.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua-Constants.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua-Debug.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua-Ersatz-Auxiliary.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua-Ersatz-Functions.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua-Ersatz.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua-Lib.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua-Primary.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua-Types.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua-Userdata.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua-Warn.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/Lua.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-A.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-All.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-C.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-F.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-G.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-H.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-I.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-L.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-N.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-O.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-P.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-R.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-S.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-T.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index-W.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/doc-index.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/haddock-bundle.min.js
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/index.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/linuwial.css
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/lua.haddock
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/lua.txt
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/meta.json
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/quick-jump.css
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.Auxiliary.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.Call.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.Constants.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.Debug.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.Ersatz.Auxiliary.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.Ersatz.Functions.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.Ersatz.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.Lib.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.Primary.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.Types.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.Userdata.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.Warn.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/Lua.html
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/highlight.js
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/src/style.css
/usr/share/doc/ghc-8.10.7/html/libraries/lua-2.3.2/synopsis.png
/usr/share/doc/packages/ghc-lua-devel
/usr/share/doc/packages/ghc-lua-devel/CHANGELOG.md
/usr/share/doc/packages/ghc-lua-devel/README.md


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:47:58 2024