osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-comonad revision:8, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-comonad?expand=0&rev=65
This commit is contained in:
Peter Simons 2023-10-04 12:43:59 +00:00 committed by Git OBS Bridge
parent 364912bb30
commit 18339138d3
3 changed files with 9 additions and 3 deletions

View File

@ -1,7 +1,7 @@
name: comonad
category: Control, Comonads
version: 5.0.8
x-revision: 1
x-revision: 2
license: BSD3
cabal-version: >= 1.10
license-file: LICENSE
@ -86,7 +86,7 @@ library
build-depends: semigroups >= 0.18.5 && < 1
if flag(containers)
build-depends: containers >= 0.3 && < 0.7
build-depends: containers >= 0.3 && < 0.8
if flag(distributive)
build-depends: distributive >= 0.5.2 && < 1

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 30 12:22:30 UTC 2023 - Peter Simons <psimons@suse.com>
- Update comonad to version 5.0.8 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Mar 30 17:06:17 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -25,7 +25,7 @@ Summary: Comonads
License: BSD-2-Clause
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-base-devel
BuildRequires: ghc-base-prof