forked from pool/ghc-hslua
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hslua revision:21, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua?expand=0&rev=73
This commit is contained in:
parent
0fb956c25c
commit
3142d3f91d
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 4 12:12:18 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hslua 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/hslua-2.0.1/src/CHANGELOG.md
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 1 08:29:37 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hslua to version 2.0.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.0.0/src/CHANGELOG.md
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 19 07:22:06 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hslua to version 1.3.0.2.
|
||||||
|
### 1.3.0.2
|
||||||
|
|
||||||
|
Released 2021-10-14.
|
||||||
|
|
||||||
|
- Bumped upper package version bound, allowing bytestring 0.11.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 8 05:05:44 UTC 2021 - psimons@suse.com
|
Mon Feb 8 05:05:44 UTC 2021 - 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.3.0.1
|
Version: 2.0.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,24 +29,27 @@ 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-classes-devel
|
||||||
|
BuildRequires: ghc-hslua-core-devel
|
||||||
|
BuildRequires: ghc-hslua-marshalling-devel
|
||||||
|
BuildRequires: ghc-hslua-objectorientation-devel
|
||||||
|
BuildRequires: ghc-hslua-packaging-devel
|
||||||
BuildRequires: ghc-mtl-devel
|
BuildRequires: ghc-mtl-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
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-quickcheck-instances-devel
|
|
||||||
BuildRequires: ghc-tasty-devel
|
BuildRequires: ghc-tasty-devel
|
||||||
|
BuildRequires: ghc-tasty-hslua-devel
|
||||||
BuildRequires: ghc-tasty-hunit-devel
|
BuildRequires: ghc-tasty-hunit-devel
|
||||||
BuildRequires: ghc-tasty-quickcheck-devel
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
HsLua provides bindings, wrappers, types, and helper functions to bridge
|
HsLua provides wrappers and helpers to bridge Haskell and <https://www.lua.org/
|
||||||
Haskell and <https://www.lua.org/ Lua>.
|
Lua>.
|
||||||
|
|
||||||
This package contains a full Lua interpreter version 5.3.6. If you want to link
|
It builds upon the /lua/ package, which allows to bundle a Lua interpreter with
|
||||||
it with a system-wide Lua installation, use the 'system-lua' flag.
|
a Haskell program.
|
||||||
|
|
||||||
<https://github.com/hslua/hslua-examples Example programs> are available in a
|
<https://github.com/hslua/hslua-examples Example programs> are available in a
|
||||||
separate repository.
|
separate repository.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:678a833942033d45a3e492d5717834c952068bb558d60a8970eac136c2fce8d7
|
|
||||||
size 253503
|
|
3
hslua-2.0.1.tar.gz
Normal file
3
hslua-2.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e0275f32be417980e51977941ce996804eb3f09a4bc72db95ade9fa897687de1
|
||||||
|
size 16847
|
Loading…
Reference in New Issue
Block a user