osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hslua-module-system revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua-module-system?expand=0&rev=12
This commit is contained in:
parent
a518fe0d53
commit
4d2102b345
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 16 02:01:35 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hslua-module-system to version 0.2.2.
|
||||||
|
## 0.2.2 -- 2020-08-15
|
||||||
|
|
||||||
|
- Relaxed upper bound for hslua, allow `hslua-1.2.*`.
|
||||||
|
- Improved documentation of internal types.
|
||||||
|
- Use tasty-lua for unit tests.
|
||||||
|
- Update CI to test with all GHC versions.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jun 16 11:14:12 UTC 2020 - Peter Simons <psimons@suse.com>
|
Tue Jun 16 11:14:12 UTC 2020 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name hslua-module-system
|
%global pkg_name hslua-module-system
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.1
|
Version: 0.2.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lua module wrapper around Haskell's System module
|
Summary: Lua module wrapper around Haskell's System module
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -35,6 +35,7 @@ BuildRequires: ghc-temporary-devel
|
|||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: ghc-tasty-devel
|
BuildRequires: ghc-tasty-devel
|
||||||
BuildRequires: ghc-tasty-hunit-devel
|
BuildRequires: ghc-tasty-hunit-devel
|
||||||
|
BuildRequires: ghc-tasty-lua-devel
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:108e4dee68d09eb61b77122e0a5b8b7f0bafe1a7b4168e7ff4970c56def8fcd4
|
|
||||||
size 6339
|
|
3
hslua-module-system-0.2.2.tar.gz
Normal file
3
hslua-module-system-0.2.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:31fb666ef8fd7a7e472705713eba295833e91450861463f731704e403610946b
|
||||||
|
size 6947
|
Loading…
Reference in New Issue
Block a user