forked from pool/ghc-hslua-module-text
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-hslua-module-text revision:7, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua-module-text?expand=0&rev=23
This commit is contained in:
parent
3bdfbe1b95
commit
3ed348885a
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Aug 16 02:01:35 UTC 2020 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update hslua-module-text to version 0.3.0.
|
||||||
|
## 0.3.0 -- 2020-08-15
|
||||||
|
|
||||||
|
- Use self-documenting module. This allows to include
|
||||||
|
documentation with the module definition, and to auto-generate
|
||||||
|
documentation from that. Requires hslua-1.2.0 or newer.
|
||||||
|
|
||||||
|
- Run CI tests with all GHC 8 versions, test stack builds.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
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-text
|
%global pkg_name hslua-module-text
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.2.1
|
Version: 0.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lua module for text
|
Summary: Lua module for text
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -33,6 +33,7 @@ BuildRequires: ghc-text-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
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1302d9022e9beea0cf4f09f977d7ca0956c598d0bf15945de5a52dd8f7e66dc6
|
|
||||||
size 3498
|
|
3
hslua-module-text-0.3.0.tar.gz
Normal file
3
hslua-module-text-0.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f93828945d9a1a6fb73b12fcd1a4a054214f22ea2837fd2f673c7690d15825f8
|
||||||
|
size 4592
|
Loading…
Reference in New Issue
Block a user