osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-hslua revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua?expand=0&rev=39
This commit is contained in:
parent
473159deb8
commit
f0f4727a0a
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 4 15:40:07 UTC 2018 - psimons@suse.com
|
||||
|
||||
- Update hslua to version 1.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-1.0.1/src/CHANGELOG.md
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 18 14:26:27 UTC 2018 - psimons@suse.com
|
||||
|
||||
|
@ -12,16 +12,16 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%global pkg_name hslua
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.9.5.2
|
||||
Version: 1.0.1
|
||||
Release: 0
|
||||
Summary: A Lua language interpreter embedding in Haskell
|
||||
Summary: Bindings to Lua, an embeddable scripting language
|
||||
License: MIT
|
||||
Group: Development/Libraries/Haskell
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
@ -38,16 +38,15 @@ BuildRequires: ghc-text-devel
|
||||
BuildRequires: ghc-QuickCheck-devel
|
||||
BuildRequires: ghc-quickcheck-instances-devel
|
||||
BuildRequires: ghc-tasty-devel
|
||||
BuildRequires: ghc-tasty-expected-failure-devel
|
||||
BuildRequires: ghc-tasty-hunit-devel
|
||||
BuildRequires: ghc-tasty-quickcheck-devel
|
||||
%endif
|
||||
|
||||
%description
|
||||
The Foreign.Lua module is a wrapper of Lua language interpreter as described on
|
||||
<https://www.lua.org/ lua.org>.
|
||||
HsLua provides bindings, wrappers, types, and helper functions to bridge
|
||||
Haskell and <https://www.lua.org/ Lua>.
|
||||
|
||||
This package contains a full Lua interpreter version 5.3.4. If you want to link
|
||||
This package contains a full Lua interpreter version 5.3.5. If you want to link
|
||||
it with a system-wide Lua installation, use the 'system-lua' flag.
|
||||
|
||||
<https://github.com/hslua/hslua-examples Example programs> are available in a
|
||||
@ -84,7 +83,7 @@ This package provides the Haskell %{pkg_name} library development files.
|
||||
%ghc_pkg_recache
|
||||
|
||||
%files -f %{name}.files
|
||||
%license COPYRIGHT
|
||||
%license LICENSE
|
||||
|
||||
%files devel -f %{name}-devel.files
|
||||
%doc CHANGELOG.md README.md
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e4d26f8a76cbfb219851f33d31417c4a3c8f193123367a0749f047103d8bbe5
|
||||
size 228293
|
3
hslua-1.0.1.tar.gz
Normal file
3
hslua-1.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca4e74bbbd6917877bf61e86505d6550603aa62659c2ec8c3780d8be29feb1a0
|
||||
size 235701
|
Loading…
Reference in New Issue
Block a user