From c14410b825f1544c24ea072f7ff72914312566c578f55ab7b79dfc60764624f4 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 10 Jan 2018 02:18:14 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-distributive revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-distributive?expand=0&rev=18 --- distributive.cabal | 4 ++-- ghc-distributive.changes | 6 ++++++ ghc-distributive.spec | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/distributive.cabal b/distributive.cabal index c52775b..f826fd5 100644 --- a/distributive.cabal +++ b/distributive.cabal @@ -1,7 +1,7 @@ name: distributive category: Data Structures version: 0.5.3 -x-revision: 2 +x-revision: 3 license: BSD3 cabal-version: >= 1.8 license-file: LICENSE @@ -52,7 +52,7 @@ flag tagged library build-depends: base >= 4 && < 5, - base-orphans >= 0.5 && < 1, + base-orphans >= 0.5.2 && < 1, transformers >= 0.2 && < 0.6, transformers-compat >= 0.3 && < 1 diff --git a/ghc-distributive.changes b/ghc-distributive.changes index 542c2c6..a791321 100644 --- a/ghc-distributive.changes +++ b/ghc-distributive.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 9 03:01:16 UTC 2018 - psimons@suse.com + +- Update to version 0.5.3 revision 3. + A more detailed change log is not available. + ------------------------------------------------------------------- Mon Dec 11 04:27:52 UTC 2017 - psimons@suse.com diff --git a/ghc-distributive.spec b/ghc-distributive.spec index abdb4e7..c78c186 100644 --- a/ghc-distributive.spec +++ b/ghc-distributive.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-distributive # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-orphans-devel BuildRequires: ghc-cabal-doctest-devel