From 69fb092c44b68e189826b2397684075f6d0dafe8f68c1a83ad11f604b03b2cdb Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 4 Oct 2023 12:44:00 +0000 Subject: [PATCH] osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-kan-extensions revision:8, using keep-link OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-kan-extensions?expand=0&rev=32 --- ghc-kan-extensions.changes | 6 ++++++ ghc-kan-extensions.spec | 2 +- kan-extensions.cabal | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ghc-kan-extensions.changes b/ghc-kan-extensions.changes index a258ab4..eb127d2 100644 --- a/ghc-kan-extensions.changes +++ b/ghc-kan-extensions.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Sep 30 13:17:42 UTC 2023 - Peter Simons + +- 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 diff --git a/ghc-kan-extensions.spec b/ghc-kan-extensions.spec index ead1e99..549528b 100644 --- a/ghc-kan-extensions.spec +++ b/ghc-kan-extensions.spec @@ -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 diff --git a/kan-extensions.cabal b/kan-extensions.cabal index caad425..935b6e7 100644 --- a/kan-extensions.cabal +++ b/kan-extensions.cabal @@ -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,