Accepting request 930436 from devel:languages:haskell
automated update of haskell stack OBS-URL: https://build.opensuse.org/request/show/930436 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua?expand=0&rev=23
This commit is contained in:
commit
7292ec616b
@ -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
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name hslua
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 1.3.0.1
|
||||
Version: 2.0.1
|
||||
Release: 0
|
||||
Summary: Bindings to Lua, an embeddable scripting language
|
||||
License: MIT
|
||||
@ -29,24 +29,27 @@ BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-containers-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-rpm-macros
|
||||
BuildRequires: ghc-text-devel
|
||||
ExcludeArch: %{ix86}
|
||||
%if %{with tests}
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-quickcheck-instances-devel
|
||||
BuildRequires: ghc-tasty-devel
|
||||
BuildRequires: ghc-tasty-hslua-devel
|
||||
BuildRequires: ghc-tasty-hunit-devel
|
||||
BuildRequires: ghc-tasty-quickcheck-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
HsLua provides bindings, wrappers, types, and helper functions to bridge
|
||||
Haskell and <https://www.lua.org/ Lua>.
|
||||
HsLua provides wrappers and helpers to bridge Haskell and <https://www.lua.org/
|
||||
Lua>.
|
||||
|
||||
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 builds upon the /lua/ package, which allows to bundle a Lua interpreter with
|
||||
a Haskell program.
|
||||
|
||||
<https://github.com/hslua/hslua-examples Example programs> are available in a
|
||||
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