forked from pool/ghc-hslua-module-text
Accepting request 930334 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/930334 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-text?expand=0&rev=10
This commit is contained in:
commit
4601cc4c2e
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 1 08:44:59 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update hslua-module-text to version 1.0.0.
|
||||
## 1.0.0
|
||||
|
||||
Release pending.
|
||||
|
||||
- Use hslua 2.0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 19 07:23:46 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update hslua-module-text to version 0.3.0.1 revision 1.
|
||||
Upstream has revised the Cabal build instructions on Hackage.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 17 12:20:00 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package ghc-hslua-module-text
|
||||
#
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -19,15 +19,16 @@
|
||||
%global pkg_name hslua-module-text
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.3.0.1
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: Lua module for text
|
||||
License: MIT
|
||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
||||
BuildRequires: ghc-Cabal-devel
|
||||
BuildRequires: ghc-bytestring-devel
|
||||
BuildRequires: ghc-hslua-devel
|
||||
BuildRequires: ghc-hslua-core-devel
|
||||
BuildRequires: ghc-hslua-marshalling-devel
|
||||
BuildRequires: ghc-hslua-packaging-devel
|
||||
BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-text-devel
|
||||
ExcludeArch: %{ix86}
|
||||
@ -40,6 +41,9 @@ BuildRequires: ghc-tasty-lua-devel
|
||||
%description
|
||||
UTF-8 aware subset of Lua's `string` module.
|
||||
|
||||
This package is part of HsLua, a Haskell framework built around the embeddable
|
||||
scripting language <https://lua.org Lua>.
|
||||
|
||||
%package devel
|
||||
Summary: Haskell %{pkg_name} library development files
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d42d06c802b7227c8accc3184fceb6b6ec99e0f81091d335bb2216906c09adee
|
||||
size 4617
|
3
hslua-module-text-1.0.0.tar.gz
Normal file
3
hslua-module-text-1.0.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e13911b715d08b317eff12ef9c8b5f3f91091a7808e8953d7c1cf66a9362b57a
|
||||
size 4600
|
Loading…
Reference in New Issue
Block a user