forked from pool/ghc-split
Accepting request 759513 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/759513 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-split?expand=0&rev=18
This commit is contained in:
commit
c29f782c20
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 8 16:14:48 UTC 2019 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- Drop obsolete group attributes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Oct 20 11:32:01 UTC 2018 - Peter Simons <psimons@suse.com>
|
Sat Oct 20 11:32:01 UTC 2018 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-split
|
# spec file for package ghc-split
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,10 +23,9 @@ Version: 0.2.3.3
|
|||||||
Release: 0
|
Release: 0
|
||||||
Summary: Combinator library for splitting lists
|
Summary: Combinator library for splitting lists
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
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
|
Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal
|
||||||
BuildRequires: ghc-Cabal-devel
|
BuildRequires: ghc-Cabal-devel
|
||||||
BuildRequires: ghc-rpm-macros
|
BuildRequires: ghc-rpm-macros
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
@ -53,7 +52,6 @@ To get started, see the "Data.List.Split" module.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Haskell %{pkg_name} library development files
|
Summary: Haskell %{pkg_name} library development files
|
||||||
Group: Development/Libraries/Haskell
|
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: ghc-compiler = %{ghc_version}
|
Requires: ghc-compiler = %{ghc_version}
|
||||||
Requires(post): ghc-compiler = %{ghc_version}
|
Requires(post): ghc-compiler = %{ghc_version}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: split
|
Name: split
|
||||||
Version: 0.2.3.3
|
Version: 0.2.3.3
|
||||||
x-revision: 1
|
x-revision: 2
|
||||||
Stability: stable
|
Stability: stable
|
||||||
|
|
||||||
Description: A collection of various methods for splitting
|
Description: A collection of various methods for splitting
|
||||||
@ -52,7 +52,7 @@ Source-repository head
|
|||||||
|
|
||||||
Library
|
Library
|
||||||
ghc-options: -Wall
|
ghc-options: -Wall
|
||||||
build-depends: base <4.13
|
build-depends: base < 4.14
|
||||||
exposed-modules: Data.List.Split, Data.List.Split.Internals
|
exposed-modules: Data.List.Split, Data.List.Split.Internals
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
Hs-source-dirs: src
|
Hs-source-dirs: src
|
||||||
|
Loading…
Reference in New Issue
Block a user