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
This commit is contained in:
Peter Simons 2019-05-04 01:02:23 +00:00 committed by Git OBS Bridge
parent 54f6914865
commit 808336d5df
4 changed files with 16 additions and 7 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:78a89d7f9f0975b40b3294adcb70885649572b687ac5f5dc98e452471838e825
size 17758

3
comonad-5.0.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6c581266675389cef300117f453350748fd0bcfb33310bda93f67d5dc5b5fad0
size 17911

View File

@ -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 <psimons@suse.com>

View File

@ -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