diff --git a/ghc-split.spec b/ghc-split.spec index d907d20..4d3701f 100644 --- a/ghc-split.spec +++ b/ghc-split.spec @@ -9,7 +9,7 @@ Name: ghc-%{pkg_name} Version: 0.2.3.3 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Combinator library for splitting lists License: BSD @@ -136,6 +136,9 @@ cp -bp %{SOURCE1} %{pkg_name}.cabal %changelog +* Wed Feb 19 2020 Jens Petersen - 0.2.3.3-7 +- revise .cabal and refresh to cabal-rpm-2.0.2 + * Tue Jan 28 2020 Fedora Release Engineering - 0.2.3.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild diff --git a/split-0.2.3.3.cabal b/split-0.2.3.3.cabal index dc6911c..acb56d6 100644 --- a/split-0.2.3.3.cabal +++ b/split-0.2.3.3.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