From 808336d5dff57caf883c8ec0920e14394ef1d481beedbcb75ce053d9b96f4505 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 4 May 2019 01:02:23 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-comonad revision:5, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=36 --- comonad-5.0.4.tar.gz | 3 --- comonad-5.0.5.tar.gz | 3 +++ ghc-comonad.changes | 11 +++++++++++ ghc-comonad.spec | 6 ++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 comonad-5.0.4.tar.gz create mode 100644 comonad-5.0.5.tar.gz diff --git a/comonad-5.0.4.tar.gz b/comonad-5.0.4.tar.gz deleted file mode 100644 index a9e023f..0000000 --- a/comonad-5.0.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:78a89d7f9f0975b40b3294adcb70885649572b687ac5f5dc98e452471838e825 -size 17758 diff --git a/comonad-5.0.5.tar.gz b/comonad-5.0.5.tar.gz new file mode 100644 index 0000000..027ffda --- /dev/null +++ b/comonad-5.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c581266675389cef300117f453350748fd0bcfb33310bda93f67d5dc5b5fad0 +size 17911 diff --git a/ghc-comonad.changes b/ghc-comonad.changes index 4dde4a7..0f945e0 100644 --- a/ghc-comonad.changes +++ b/ghc-comonad.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Fri May 3 02:03:15 UTC 2019 - psimons@suse.com + +- Update comonad to version 5.0.5. + 5.0.5 [2019.05.02] + ------------------ + * Raised the minimum `semigroups` version to 0.16.2. In addition, the + package will only be required at all for GHCs before 8.0. + * Drop the `contravariant` flag from `comonad.cabal`, as `comonad` no longer + depends on the `contravariant` library. + ------------------------------------------------------------------- Sat Oct 20 11:31:19 UTC 2018 - Peter Simons diff --git a/ghc-comonad.spec b/ghc-comonad.spec index 26b3359..cfd8cf2 100644 --- a/ghc-comonad.spec +++ b/ghc-comonad.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-comonad # -# 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 @@ -19,7 +19,7 @@ %global pkg_name comonad %bcond_with tests Name: ghc-%{pkg_name} -Version: 5.0.4 +Version: 5.0.5 Release: 0 Summary: Comonads License: BSD-2-Clause @@ -29,10 +29,8 @@ Source0: https://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg BuildRequires: ghc-Cabal-devel BuildRequires: ghc-cabal-doctest-devel BuildRequires: ghc-containers-devel -BuildRequires: ghc-contravariant-devel BuildRequires: ghc-distributive-devel BuildRequires: ghc-rpm-macros -BuildRequires: ghc-semigroups-devel BuildRequires: ghc-tagged-devel BuildRequires: ghc-transformers-compat-devel BuildRequires: ghc-transformers-devel