diff --git a/ghc-split.changes b/ghc-split.changes index 270f868..f20db62 100644 --- a/ghc-split.changes +++ b/ghc-split.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Nov 8 16:14:48 UTC 2019 - Peter Simons + +- Drop obsolete group attributes. + ------------------------------------------------------------------- Sat Oct 20 11:32:01 UTC 2018 - Peter Simons diff --git a/ghc-split.spec b/ghc-split.spec index cd0274f..60d37d3 100644 --- a/ghc-split.spec +++ b/ghc-split.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -23,10 +23,9 @@ Version: 0.2.3.3 Release: 0 Summary: Combinator library for splitting lists License: BSD-3-Clause -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 +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/2.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-rpm-macros %if %{with tests} @@ -53,7 +52,6 @@ To get started, see the "Data.List.Split" module. %package devel Summary: Haskell %{pkg_name} library development files -Group: Development/Libraries/Haskell Requires: %{name} = %{version}-%{release} Requires: ghc-compiler = %{ghc_version} Requires(post): ghc-compiler = %{ghc_version} diff --git a/split.cabal b/split.cabal index 1039cdf..b8076b5 100644 --- a/split.cabal +++ b/split.cabal @@ -1,6 +1,6 @@ Name: split Version: 0.2.3.3 -x-revision: 1 +x-revision: 2 Stability: stable Description: A collection of various methods for splitting @@ -52,7 +52,7 @@ Source-repository head Library ghc-options: -Wall - build-depends: base <4.13 + build-depends: base < 4.14 exposed-modules: Data.List.Split, Data.List.Split.Internals default-language: Haskell2010 Hs-source-dirs: src