From 3220f3cf9650f17a5248d27738855b5650be8ad64d296b0c70c14b97f4d0455d Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 12 Dec 2017 02:12:41 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:lts:9 package:ghc-distributive revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=17 --- distributive.cabal | 5 +++-- ghc-distributive.changes | 6 ++++++ ghc-distributive.spec | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/distributive.cabal b/distributive.cabal index bdf817b..c52775b 100644 --- a/distributive.cabal +++ b/distributive.cabal @@ -1,7 +1,7 @@ name: distributive category: Data Structures version: 0.5.3 -x-revision: 1 +x-revision: 2 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE @@ -71,7 +71,8 @@ library if impl(ghc < 8.0) if flag(semigroups) - build-depends: semigroups >= 0.11 && < 1 + -- we need Functor Semi.Min etc. + build-depends: semigroups >= 0.13 && < 1 if impl(ghc < 7.8) hs-source-dirs: src-compat diff --git a/ghc-distributive.changes b/ghc-distributive.changes index 0c62e9a..542c2c6 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Dec 11 04:27:52 UTC 2017 - psimons@suse.com + +- Update to version 0.5.3 revision 2. + A more detailed change log is not available. + ------------------------------------------------------------------- Thu Aug 17 03:03:20 UTC 2017 - psimons@suse.com diff --git a/ghc-distributive.spec b/ghc-distributive.spec index 3f399e8..abdb4e7 100644 --- a/ghc-distributive.spec +++ b/ghc-distributive.spec @@ -26,7 +26,7 @@ License: BSD-2-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-base-orphans-devel BuildRequires: ghc-cabal-doctest-devel