forked from pool/ghc-hslua
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hslua revision:26, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua?expand=0&rev=76
This commit is contained in:
parent
2a8d28c382
commit
4b9f81b34b
@ -1,3 +1,32 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 19 11:56:53 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update hslua to version 2.2.1.
|
||||||
|
## hslua-2.2.1
|
||||||
|
|
||||||
|
Released 2022-06-19.
|
||||||
|
|
||||||
|
- Require hslua-core-2.2.1.
|
||||||
|
|
||||||
|
- Require hslua-marshalling-2.2.0.1.
|
||||||
|
|
||||||
|
- Relax upper bound for mtl, allow mtl-2.3.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 20 09:02:24 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update hslua to version 2.2.0 revision 1.
|
||||||
|
Upstream has revised the Cabal build instructions on Hackage.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 19 14:38:11 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Update hslua to version 2.2.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/hslua-2.2.0/src/CHANGELOG.md
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 29 10:07:48 UTC 2022 - Peter Simons <psimons@suse.com>
|
Sat Jan 29 10:07:48 UTC 2022 - 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: 2.1.0
|
Version: 2.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Bindings to Lua, an embeddable scripting language
|
Summary: Bindings to Lua, an embeddable scripting language
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -29,6 +29,7 @@ BuildRequires: ghc-Cabal-devel
|
|||||||
BuildRequires: ghc-bytestring-devel
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-containers-devel
|
BuildRequires: ghc-containers-devel
|
||||||
BuildRequires: ghc-exceptions-devel
|
BuildRequires: ghc-exceptions-devel
|
||||||
|
BuildRequires: ghc-hslua-aeson-devel
|
||||||
BuildRequires: ghc-hslua-classes-devel
|
BuildRequires: ghc-hslua-classes-devel
|
||||||
BuildRequires: ghc-hslua-core-devel
|
BuildRequires: ghc-hslua-core-devel
|
||||||
BuildRequires: ghc-hslua-marshalling-devel
|
BuildRequires: ghc-hslua-marshalling-devel
|
||||||
@ -39,6 +40,10 @@ BuildRequires: ghc-rpm-macros
|
|||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
ExcludeArch: %{ix86}
|
ExcludeArch: %{ix86}
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
|
BuildRequires: ghc-QuickCheck-devel
|
||||||
|
BuildRequires: ghc-lua-arbitrary-devel
|
||||||
|
BuildRequires: ghc-lua-devel
|
||||||
|
BuildRequires: ghc-quickcheck-instances-devel
|
||||||
BuildRequires: ghc-tasty-devel
|
BuildRequires: ghc-tasty-devel
|
||||||
BuildRequires: ghc-tasty-hslua-devel
|
BuildRequires: ghc-tasty-hslua-devel
|
||||||
BuildRequires: ghc-tasty-hunit-devel
|
BuildRequires: ghc-tasty-hunit-devel
|
||||||
@ -51,8 +56,8 @@ Lua>.
|
|||||||
It builds upon the /lua/ package, which allows to bundle a Lua interpreter with
|
It builds upon the /lua/ package, which allows to bundle a Lua interpreter with
|
||||||
a Haskell program.
|
a Haskell program.
|
||||||
|
|
||||||
<https://github.com/hslua/hslua-examples Example programs> are available in a
|
Example programs are can be found in the 'hslua-examples' subdir of the project
|
||||||
separate repository.
|
<https://github.com/hslua/hslua repository>.
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Haskell %{pkg_name} library development files
|
Summary: Haskell %{pkg_name} library development files
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6a4aed7cb8deef31eaf8ffe6d068a83b29feaa464ce5d9756d4060a58889b129
|
|
||||||
size 17065
|
|
3
hslua-2.2.1.tar.gz
Normal file
3
hslua-2.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:63cf9d92e90aadfd2887196428fa625e8b2c9b51b942188ed33289c5253ba8e0
|
||||||
|
size 17317
|
Loading…
Reference in New Issue
Block a user