osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-hslua-module-text revision:3, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-hslua-module-text?expand=0&rev=10
This commit is contained in:
parent
5f08e85983
commit
d24d8dbbce
@ -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
|
Mon May 14 17:02:11 UTC 2018 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -12,22 +12,22 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
%global pkg_name hslua-module-text
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.1.2.1
|
Version: 0.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Lua module for text
|
Summary: Lua module for text
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Libraries/Haskell
|
Group: Development/Libraries/Haskell
|
||||||
URL: https://hackage.haskell.org/package/%{pkg_name}
|
URL: https://hackage.haskell.org/package/%{pkg_name}
|
||||||
Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
|
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-Cabal-devel
|
||||||
|
BuildRequires: ghc-bytestring-devel
|
||||||
BuildRequires: ghc-hslua-devel
|
BuildRequires: ghc-hslua-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
BuildRequires: ghc-text-devel
|
BuildRequires: ghc-text-devel
|
||||||
@ -53,7 +53,6 @@ files.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pkg_name}-%{version}
|
%setup -q -n %{pkg_name}-%{version}
|
||||||
cp -p %{SOURCE1} %{pkg_name}.cabal
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ghc_lib_build
|
%ghc_lib_build
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:aeb384f9743b76360f3779e44065fe297fb60f27519933f203b75bd8c2ba8e2d
|
|
||||||
size 3594
|
|
3
hslua-module-text-0.2.0.tar.gz
Normal file
3
hslua-module-text-0.2.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:711705b9befac9b65cc44e13483dc5b6ddcca45bc049813863653276908d8f7e
|
||||||
|
size 3583
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user