Accepting request 1116845 from devel:languages:haskell

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1116845
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-kan-extensions?expand=0&rev=12
This commit is contained in:
Ana Guerrero 2023-10-11 21:55:53 +00:00 committed by Git OBS Bridge
commit f9ddc9b5a2
3 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Sep 30 13:17:42 UTC 2023 - Peter Simons <psimons@suse.com>
- Update kan-extensions to version 5.2.5 revision 2.
Upstream has revised the Cabal build instructions on Hackage.
-------------------------------------------------------------------
Thu Mar 30 17:07:21 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -25,7 +25,7 @@ Summary: Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co
License: BSD-3-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-adjunctions-devel
BuildRequires: ghc-adjunctions-prof

View File

@ -1,7 +1,7 @@
name: kan-extensions
category: Data Structures, Monads, Comonads, Functors
version: 5.2.5
x-revision: 1
x-revision: 2
license: BSD3
cabal-version: >= 1.10
license-file: LICENSE
@ -59,7 +59,7 @@ library
array >= 0.3.0.2 && < 0.6,
base >= 4.4 && < 5,
comonad >= 4 && < 6,
containers >= 0.4 && < 0.7,
containers >= 0.4 && < 0.8,
contravariant >= 1 && < 2,
distributive >= 0.2.2 && < 1,
invariant >= 0.1 && < 1,