From 7e3cb8dbc141711654c70e010c73c08f97bac9ee972c502225f380e3a04122d3 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 12 Jan 2018 20:56:06 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:lts:10 package:ghc-comonad revision:3, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=18 --- comonad.cabal | 4 ++-- ghc-comonad.changes | 6 ++++++ ghc-comonad.spec | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/comonad.cabal b/comonad.cabal index 7ba6d53..55a7f86 100644 --- a/comonad.cabal +++ b/comonad.cabal @@ -1,7 +1,7 @@ name: comonad category: Control, Comonads version: 5.0.2 -x-revision: 1 +x-revision: 2 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE @@ -82,7 +82,7 @@ library build-depends: base >= 4 && < 5, semigroups >= 0.8.3.1 && < 1, - tagged >= 0.1 && < 1, + tagged >= 0.7 && < 1, transformers >= 0.2 && < 0.6, transformers-compat >= 0.3 && < 1 diff --git a/ghc-comonad.changes b/ghc-comonad.changes index 7dd0403..b93bd21 100644 --- a/ghc-comonad.changes +++ b/ghc-comonad.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jan 10 03:01:59 UTC 2018 - psimons@suse.com + +- Update to version 5.0.2 revision 2. + A more detailed change log is not available. + ------------------------------------------------------------------- Thu Aug 17 03:02:22 UTC 2017 - psimons@suse.com diff --git a/ghc-comonad.spec b/ghc-comonad.spec index 5afe088..f429849 100644 --- a/ghc-comonad.spec +++ b/ghc-comonad.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-comonad # -# 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/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-doctest-devel BuildRequires: ghc-containers-devel