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
This commit is contained in:
Peter Simons 2018-01-12 20:56:06 +00:00 committed by Git OBS Bridge
parent bfe3cdbcb0
commit 7e3cb8dbc1
3 changed files with 10 additions and 4 deletions

View File

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

View File

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

View File

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