osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hslua revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua?expand=0&rev=65
This commit is contained in:
parent
01de4c3e0f
commit
84520a7942
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Oct 17 02:01:28 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hslua to version 1.3.0.
|
||||||
|
### 1.3.0
|
||||||
|
|
||||||
|
Released 2020-10-16.
|
||||||
|
|
||||||
|
- Upgrade included Lua version to new bug-fix release 5.3.6. See
|
||||||
|
the upstream documentation https://www.lua.org/bugs.html#5.3.5
|
||||||
|
for the bugs which have been fixed.
|
||||||
|
|
||||||
|
- Stop exporting `c_loaded_table` and `c_prelad_table` from module
|
||||||
|
Foreign.Lua.Raw.Auxiliary. Both values are defined only if the
|
||||||
|
flag `HARDCODE_REG_KEYS` is disabled, leading to compilation
|
||||||
|
errors when the flag is enabled.
|
||||||
|
|
||||||
|
- Add new function `peekStringy` to Peek module. It allows to peek
|
||||||
|
a value of any `IsString` type from an UTF-8 encoded string.
|
||||||
|
|
||||||
|
- Various improvements to the continuous integration setup,
|
||||||
|
including cleanup of the config files, version bumps to the
|
||||||
|
ghc/cabal versions used for testing, and running the linter in a
|
||||||
|
dedicated GitHub Action.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 18 10:45:04 UTC 2020 - Peter Simons <psimons@suse.com>
|
Tue Aug 18 10:45:04 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name hslua
|
%global pkg_name hslua
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 1.2.0
|
Version: 1.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bindings to Lua, an embeddable scripting language
|
Summary: Bindings to Lua, an embeddable scripting language
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -44,7 +44,7 @@ BuildRequires: ghc-tasty-quickcheck-devel
|
|||||||
HsLua provides bindings, wrappers, types, and helper functions to bridge
|
HsLua provides bindings, wrappers, types, and helper functions to bridge
|
||||||
Haskell and <https://www.lua.org/ Lua>.
|
Haskell and <https://www.lua.org/ Lua>.
|
||||||
|
|
||||||
This package contains a full Lua interpreter version 5.3.5. If you want to link
|
This package contains a full Lua interpreter version 5.3.6. If you want to link
|
||||||
it with a system-wide Lua installation, use the 'system-lua' flag.
|
it with a system-wide Lua installation, use the 'system-lua' flag.
|
||||||
|
|
||||||
<https://github.com/hslua/hslua-examples Example programs> are available in a
|
<https://github.com/hslua/hslua-examples Example programs> are available in a
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:10f482cf3232a634be6f083c6dc2535cd3bcce2d5fd7c3a15068e775f12f4928
|
|
||||||
size 252418
|
|
3
hslua-1.3.0.tar.gz
Normal file
3
hslua-1.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54b12329dfd471940d1e3e7dcbf9ec8194fc70c016239c9c2e337bd3950cd0b5
|
||||||
|
size 253366
|
Loading…
Reference in New Issue
Block a user