Accepting request 642864 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/642864
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-hslua-module-text?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2018-10-25 06:16:36 +00:00 committed by Git OBS Bridge
commit a8b891c956
5 changed files with 18 additions and 48 deletions

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Wed Oct 10 02:02:34 UTC 2018 - psimons@suse.com
- Update hslua-module-text to version 0.2.0.
## 0.2.0 -- 2018-09-24
- Use hslua 1.0.
## 0.1.2.2 -- 2018-03-09
- Relax upper bound for base.
-------------------------------------------------------------------
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com

View File

@ -12,22 +12,22 @@
# 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-module-text
%bcond_with tests
Name: ghc-%{pkg_name}
Version: 0.1.2.1
Version: 0.2.0
Release: 0
Summary: Lua module for text
License: MIT
Group: Development/Libraries/Haskell
URL: https://hackage.haskell.org/package/%{pkg_name}
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-hslua-devel
BuildRequires: ghc-rpm-macros
BuildRequires: ghc-text-devel
@ -53,7 +53,6 @@ files.
%prep
%setup -q -n %{pkg_name}-%{version}
cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aeb384f9743b76360f3779e44065fe297fb60f27519933f203b75bd8c2ba8e2d
size 3594

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:711705b9befac9b65cc44e13483dc5b6ddcca45bc049813863653276908d8f7e
size 3583

View File

@ -1,41 +0,0 @@
name: hslua-module-text
version: 0.1.2.1
x-revision: 1
synopsis: Lua module for text
description: UTF-8 aware subset of Lua's `string` module.
homepage: https://github.com/hslua/hslua-module-test
license: MIT
license-file: LICENSE
author: Albert Krewinkel
maintainer: albert+hslua@zeitkraut.de
copyright: © 2017 Albert Krewinkel
category: Foreign
build-type: Simple
extra-source-files: ChangeLog.md
test/hstext-test.lua
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/hslua/hslua-module-text.git
library
exposed-modules: Foreign.Lua.Module.Text
build-depends: base >= 4.7 && < 5
, hslua >= 0.9 && < 0.10
, text >= 1 && < 1.3
hs-source-dirs: src
default-language: Haskell2010
test-suite test-hslua
default-language: Haskell2010
type: exitcode-stdio-1.0
main-is: test-hslua-module-text.hs
hs-source-dirs: test
ghc-options: -Wall -threaded
build-depends: base
, hslua
, hslua-module-text
, tasty
, tasty-hunit
, text