Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-bifunctors for openSUSE:Factory checked in at 2026-06-10 15:57:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-bifunctors (Old) and /work/SRC/openSUSE:Factory/.ghc-bifunctors.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-bifunctors" Wed Jun 10 15:57:56 2026 rev:35 rq:1358332 version:5.6.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-bifunctors/ghc-bifunctors.changes 2025-03-10 18:04:36.364772914 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-bifunctors.new.2375/ghc-bifunctors.changes 2026-06-10 15:58:29.393987092 +0200 @@ -1,0 +2,15 @@ +Sun Jan 11 02:48:25 UTC 2026 - Peter Simons <[email protected]> + +- Update bifunctors to version 5.6.3 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- +Sun Jan 4 01:36:20 UTC 2026 - Peter Simons <[email protected]> + +- Update bifunctors to version 5.6.3. + 5.6.3 [2026.01.03] + ------------------ + * Allow building with `template-haskell-2.24.*` (GHC 9.14). + * Remove unused dependencies. + +------------------------------------------------------------------- Old: ---- bifunctors-5.6.2.tar.gz New: ---- bifunctors-5.6.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-bifunctors.spec ++++++ --- /var/tmp/diff_new_pack.iGPhmX/_old 2026-06-10 15:58:30.806045606 +0200 +++ /var/tmp/diff_new_pack.iGPhmX/_new 2026-06-10 15:58:30.810045771 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-bifunctors # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,13 +20,13 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 5.6.2 +Version: 5.6.3 Release: 0 Summary: Collection Haskell 98 bifunctors, bifoldables and bitraversables 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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/1.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-assoc-devel BuildRequires: ghc-assoc-prof @@ -43,16 +43,12 @@ BuildRequires: ghc-template-haskell-prof BuildRequires: ghc-th-abstraction-devel BuildRequires: ghc-th-abstraction-prof -BuildRequires: ghc-transformers-devel -BuildRequires: ghc-transformers-prof ExcludeArch: %{ix86} %if %{with tests} BuildRequires: ghc-QuickCheck-devel BuildRequires: ghc-QuickCheck-prof BuildRequires: ghc-hspec-devel BuildRequires: ghc-hspec-prof -BuildRequires: ghc-transformers-compat-devel -BuildRequires: ghc-transformers-compat-prof %endif %description ++++++ bifunctors-5.6.2.tar.gz -> bifunctors-5.6.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bifunctors-5.6.2/CHANGELOG.markdown new/bifunctors-5.6.3/CHANGELOG.markdown --- old/bifunctors-5.6.2/CHANGELOG.markdown 2001-09-09 03:46:40.000000000 +0200 +++ new/bifunctors-5.6.3/CHANGELOG.markdown 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,8 @@ +5.6.3 [2026.01.03] +------------------ +* Allow building with `template-haskell-2.24.*` (GHC 9.14). +* Remove unused dependencies. + 5.6.2 [2024.03.19] ------------------ * Support building with `template-haskell-2.22.*` (GHC 9.10). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/bifunctors-5.6.2/bifunctors.cabal new/bifunctors-5.6.3/bifunctors.cabal --- old/bifunctors-5.6.2/bifunctors.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/bifunctors-5.6.3/bifunctors.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,7 +1,7 @@ cabal-version: 1.24 name: bifunctors category: Data, Functors -version: 5.6.2 +version: 5.6.3 license: BSD3 license-file: LICENSE author: Edward A. Kmett @@ -22,9 +22,11 @@ , GHC == 9.0.2 , GHC == 9.2.8 , GHC == 9.4.8 - , GHC == 9.6.4 - , GHC == 9.8.2 - , GHC == 9.10.1 + , GHC == 9.6.7 + , GHC == 9.8.4 + , GHC == 9.10.3 + , GHC == 9.12.2 + , GHC == 9.14.1 extra-source-files: CHANGELOG.markdown README.markdown @@ -47,10 +49,9 @@ base >= 4.9 && < 5, assoc >= 1.1 && < 1.2, comonad >= 5.0.7 && < 6, - containers >= 0.5.7.1 && < 0.8, - template-haskell >= 2.11 && < 2.23, - th-abstraction >= 0.4.2.0 && < 0.8, - transformers >= 0.5 && < 0.7 + containers >= 0.5.7.1 && < 0.9, + template-haskell >= 2.11 && < 2.25, + th-abstraction >= 0.4.2.0 && < 0.8 if !impl(ghc >= 8.2) build-depends: @@ -109,8 +110,4 @@ base >= 4 && < 5, bifunctors, hspec >= 1.8, - QuickCheck >= 2 && < 3, - template-haskell, - transformers, - transformers-compat - + QuickCheck >= 2 && < 3 ++++++ bifunctors.cabal ++++++ --- /var/tmp/diff_new_pack.iGPhmX/_old 2026-06-10 15:58:30.974052568 +0200 +++ /var/tmp/diff_new_pack.iGPhmX/_new 2026-06-10 15:58:30.982052900 +0200 @@ -1,8 +1,8 @@ cabal-version: 1.24 name: bifunctors category: Data, Functors -version: 5.6.2 -x-revision: 2 +version: 5.6.3 +x-revision: 1 license: BSD3 license-file: LICENSE author: Edward A. Kmett @@ -23,9 +23,11 @@ , GHC == 9.0.2 , GHC == 9.2.8 , GHC == 9.4.8 - , GHC == 9.6.4 - , GHC == 9.8.2 - , GHC == 9.10.1 + , GHC == 9.6.7 + , GHC == 9.8.4 + , GHC == 9.10.3 + , GHC == 9.12.2 + , GHC == 9.14.1 extra-source-files: CHANGELOG.markdown README.markdown @@ -49,14 +51,13 @@ assoc >= 1.1 && < 1.2, comonad >= 5.0.7 && < 6, containers >= 0.5.7.1 && < 0.9, - template-haskell >= 2.11 && < 2.24, - th-abstraction >= 0.4.2.0 && < 0.8, - transformers >= 0.5 && < 0.7 + template-haskell >= 2.11 && < 2.25, + th-abstraction >= 0.4.2.0 && < 0.8 if !impl(ghc >= 8.2) build-depends: bifunctor-classes-compat >= 0.1 && < 0.2, - transformers-compat >= 0.6 && < 0.8 + transformers-compat >= 0.6 && < 0.9 if flag(tagged) build-depends: tagged >= 0.8.6 && < 1 @@ -110,9 +111,5 @@ base >= 4 && < 5, bifunctors, hspec >= 1.8, - QuickCheck >= 2 && < 3, - template-haskell, - transformers, - transformers-compat - + QuickCheck >= 2 && < 3
