Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-kan-extensions for openSUSE:Factory checked in at 2025-03-17 22:19:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-kan-extensions (Old) and /work/SRC/openSUSE:Factory/.ghc-kan-extensions.new.19136 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-kan-extensions" Mon Mar 17 22:19:00 2025 rev:14 rq:1253816 version:5.2.6 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-kan-extensions/ghc-kan-extensions.changes 2024-05-13 01:12:07.447401456 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-kan-extensions.new.19136/ghc-kan-extensions.changes 2025-03-17 22:22:59.188000391 +0100 @@ -1,0 +2,6 @@ +Mon Mar 3 11:34:50 UTC 2025 - Peter Simons <psim...@suse.com> + +- Update kan-extensions to version 5.2.6 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- kan-extensions.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-kan-extensions.spec ++++++ --- /var/tmp/diff_new_pack.4AqcXw/_old 2025-03-17 22:22:59.672020646 +0100 +++ /var/tmp/diff_new_pack.4AqcXw/_new 2025-03-17 22:22:59.676020814 +0100 @@ -1,7 +1,7 @@ # # spec file for package ghc-kan-extensions # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ 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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-adjunctions-devel BuildRequires: ghc-adjunctions-prof @@ -89,6 +90,7 @@ %prep %autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ kan-extensions.cabal ++++++ name: kan-extensions category: Data Structures, Monads, Comonads, Functors version: 5.2.6 x-revision: 1 license: BSD3 cabal-version: >= 1.10 license-file: LICENSE author: Edward A. Kmett maintainer: Edward A. Kmett <ekm...@gmail.com> stability: provisional homepage: http://github.com/ekmett/kan-extensions/ bug-reports: http://github.com/ekmett/kan-extensions/issues copyright: Copyright (C) 2008-2016 Edward A. Kmett synopsis: Kan extensions, Kan lifts, the Yoneda lemma, and (co)density (co)monads description: Kan extensions, Kan lifts, various forms of the Yoneda lemma, and (co)density (co)monads. build-type: Simple tested-with: GHC == 8.4.4 , GHC == 8.6.5 , GHC == 8.8.4 , GHC == 8.10.7 , GHC == 9.0.2 , GHC == 9.2.8 , GHC == 9.4.5 , GHC == 9.6.2 extra-source-files: .gitignore .vim.custom CHANGELOG.markdown README.markdown source-repository head type: git location: https://github.com/ekmett/kan-extensions.git library hs-source-dirs: src other-extensions: CPP MultiParamTypeClasses GADTs Rank2Types, FlexibleInstances FlexibleContexts UndecidableInstances TypeFamilies build-depends: adjunctions >= 4.2 && < 5, array >= 0.3.0.2 && < 0.6, base >= 4.11 && < 5, comonad >= 4 && < 6, containers >= 0.4 && < 0.9, contravariant >= 1 && < 2, distributive >= 0.2.2 && < 1, invariant >= 0.1 && < 1, free >= 4 && < 6, mtl >= 2.2.1 && < 2.4, profunctors >= 5 && < 6, semigroupoids >= 5.2.2 && < 7, tagged >= 0.7.2 && < 1, transformers >= 0.5 && < 0.7 exposed-modules: Control.Comonad.Density Control.Monad.Co Control.Monad.Codensity Data.Functor.Contravariant.Day Data.Functor.Contravariant.Yoneda Data.Functor.Contravariant.Coyoneda Data.Functor.Day Data.Functor.Day.Curried Data.Functor.Invariant.Day Data.Functor.Kan.Lan Data.Functor.Kan.Ran Data.Functor.Yoneda Data.Functor.Coyoneda ghc-options: -Wall -Wcompat -Wnoncanonical-monad-instances -Wno-trustworthy-safe if !impl(ghc >= 8.8) ghc-options: -Wnoncanonical-monadfail-instances default-language: Haskell2010