Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-invariant for openSUSE:Factory checked in at 2026-06-10 16:03:06 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-invariant (Old) and /work/SRC/openSUSE:Factory/.ghc-invariant.new.2375 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-invariant" Wed Jun 10 16:03:06 2026 rev:21 rq:1358401 version:0.6.5 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-invariant/ghc-invariant.changes 2025-03-17 22:22:58.579974947 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-invariant.new.2375/ghc-invariant.changes 2026-06-10 16:05:35.255634871 +0200 @@ -1,0 +2,8 @@ +Sat Jan 10 16:23:23 UTC 2026 - Peter Simons <[email protected]> + +- Update invariant to version 0.6.5. + # 0.6.5 [2026.01.10] + * Remove unused `ghc-prim` and `transformers-compat` dependencies. + * Allow building with `template-haskell-2.24.*` (GHC 9.14). + +------------------------------------------------------------------- Old: ---- invariant-0.6.4.tar.gz invariant.cabal New: ---- invariant-0.6.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-invariant.spec ++++++ --- /var/tmp/diff_new_pack.fTJPFa/_old 2026-06-10 16:05:38.407765497 +0200 +++ /var/tmp/diff_new_pack.fTJPFa/_new 2026-06-10 16:05:38.419765994 +0200 @@ -1,7 +1,7 @@ # # spec file for package ghc-invariant # -# 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,12 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.6.4 +Version: 0.6.5 Release: 0 Summary: Haskell98 invariant functors 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 BuildRequires: ghc-Cabal-devel BuildRequires: ghc-StateVar-devel BuildRequires: ghc-StateVar-prof @@ -53,8 +52,6 @@ BuildRequires: ghc-template-haskell-prof BuildRequires: ghc-th-abstraction-devel BuildRequires: ghc-th-abstraction-prof -BuildRequires: ghc-transformers-compat-devel -BuildRequires: ghc-transformers-compat-prof BuildRequires: ghc-transformers-devel BuildRequires: ghc-transformers-prof BuildRequires: ghc-unordered-containers-devel @@ -102,7 +99,6 @@ %prep %autosetup -n %{pkg_name}-%{version} -cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ invariant-0.6.4.tar.gz -> invariant-0.6.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/invariant-0.6.4/CHANGELOG.md new/invariant-0.6.5/CHANGELOG.md --- old/invariant-0.6.4/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 +++ new/invariant-0.6.5/CHANGELOG.md 2001-09-09 03:46:40.000000000 +0200 @@ -1,3 +1,7 @@ +# 0.6.5 [2026.01.10] +* Remove unused `ghc-prim` and `transformers-compat` dependencies. +* Allow building with `template-haskell-2.24.*` (GHC 9.14). + # 0.6.4 [2024.12.05] * Drop support for pre-8.0 versions of GHC. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/invariant-0.6.4/invariant.cabal new/invariant-0.6.5/invariant.cabal --- old/invariant-0.6.4/invariant.cabal 2001-09-09 03:46:40.000000000 +0200 +++ new/invariant-0.6.5/invariant.cabal 2001-09-09 03:46:40.000000000 +0200 @@ -1,5 +1,5 @@ name: invariant -version: 0.6.4 +version: 0.6.5 synopsis: Haskell98 invariant functors description: Haskell98 invariant functors (also known as exponential functors). . @@ -25,10 +25,11 @@ , GHC == 9.0.2 , GHC == 9.2.8 , GHC == 9.4.8 - , GHC == 9.6.6 + , GHC == 9.6.7 , GHC == 9.8.4 - , GHC == 9.10.1 - , GHC == 9.12.1 + , GHC == 9.10.3 + , GHC == 9.12.2 + , GHC == 9.14.1 extra-source-files: CHANGELOG.md, README.md source-repository head @@ -46,17 +47,15 @@ , base >= 4.9 && < 5 , bifunctors >= 5.2 && < 6 , comonad >= 5 && < 6 - , containers >= 0.1 && < 0.8 + , containers >= 0.1 && < 0.9 , contravariant >= 0.5 && < 2 - , ghc-prim , profunctors >= 5.2.1 && < 6 , StateVar >= 1.1 && < 2 , stm >= 2.2 && < 3 , tagged >= 0.7.3 && < 1 - , template-haskell >= 2.11 && < 2.24 + , template-haskell >= 2.11 && < 2.25 , th-abstraction >= 0.5 && < 0.8 , transformers >= 0.2 && < 0.7 - , transformers-compat >= 0.3 && < 1 , unordered-containers >= 0.2.4 && < 0.3 ghc-options: -Wall @@ -74,7 +73,6 @@ , hspec >= 1.8 , invariant , QuickCheck >= 2.11 && < 3 - , template-haskell build-tool-depends: hspec-discover:hspec-discover ghc-options: -Wall if impl(ghc >= 8.6)
