Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ghc-th-lift for openSUSE:Factory 
checked in at 2026-06-10 16:07:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-th-lift (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-th-lift.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-th-lift"

Wed Jun 10 16:07:54 2026 rev:22 rq:1358455 version:0.8.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-th-lift/ghc-th-lift.changes  2024-12-20 
23:11:57.111766026 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-th-lift.new.2375/ghc-th-lift.changes        
2026-06-10 16:12:09.499972486 +0200
@@ -1,0 +2,9 @@
+Sun Jan  4 01:10:10 UTC 2026 - Peter Simons <[email protected]>
+
+- Update th-lift to version 0.8.7.
+  ## [0.8.7] - 2026.01.03
+
+  * Support building with `template-haskell-2.24.*`.
+  * Remove unnecessary `ghc-prim` dependency.
+
+-------------------------------------------------------------------

Old:
----
  th-lift-0.8.6.tar.gz

New:
----
  th-lift-0.8.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-th-lift.spec ++++++
--- /var/tmp/diff_new_pack.i5QZvd/_old  2026-06-10 16:12:12.548098802 +0200
+++ /var/tmp/diff_new_pack.i5QZvd/_new  2026-06-10 16:12:12.548098802 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-th-lift
 #
-# Copyright (c) 2024 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,7 +20,7 @@
 %global pkgver %{pkg_name}-%{version}
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.8.6
+Version:        0.8.7
 Release:        0
 Summary:        Derive Template Haskell's Lift class for datatypes
 License:        (BSD-3-Clause OR GPL-2.0-only)

++++++ th-lift-0.8.6.tar.gz -> th-lift-0.8.7.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/th-lift-0.8.6/CHANGELOG.md 
new/th-lift-0.8.7/CHANGELOG.md
--- old/th-lift-0.8.6/CHANGELOG.md      2001-09-09 03:46:40.000000000 +0200
+++ new/th-lift-0.8.7/CHANGELOG.md      2001-09-09 03:46:40.000000000 +0200
@@ -2,6 +2,11 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.8.7] - 2026.01.03
+
+* Support building with `template-haskell-2.24.*`.
+* Remove unnecessary `ghc-prim` dependency.
+
 ## [0.8.6] - 2024.12.05
 
 * Support building with `template-haskell-2.23.0`.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/th-lift-0.8.6/src/Language/Haskell/TH/Lift.hs 
new/th-lift-0.8.7/src/Language/Haskell/TH/Lift.hs
--- old/th-lift-0.8.6/src/Language/Haskell/TH/Lift.hs   2001-09-09 
03:46:40.000000000 +0200
+++ new/th-lift-0.8.7/src/Language/Haskell/TH/Lift.hs   2001-09-09 
03:46:40.000000000 +0200
@@ -22,8 +22,8 @@
 import Data.Maybe (catMaybes)
 
 import GHC.Base (unpackCString#)
-import GHC.Exts (Char(..), Double(..), Float(..), Int(..), Word(..))
-import GHC.Prim (Addr#, Char#, Double#, Float#, Int#, Word#)
+import GHC.Exts (Addr#, Char(..), Char#, Double(..), Double#, Float(..),
+                 Float#, Int(..), Int#, Word(..), Word#)
 
 import Language.Haskell.TH
 import Language.Haskell.TH.Datatype as Datatype
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/th-lift-0.8.6/t/Foo.hs new/th-lift-0.8.7/t/Foo.hs
--- old/th-lift-0.8.6/t/Foo.hs  2001-09-09 03:46:40.000000000 +0200
+++ new/th-lift-0.8.7/t/Foo.hs  2001-09-09 03:46:40.000000000 +0200
@@ -13,7 +13,7 @@
 #endif
 module Foo where
 
-import GHC.Prim (Char#, Double#, Float#, Int#, Word#)
+import GHC.Exts (Char#, Double#, Float#, Int#, Word#)
 
 import Language.Haskell.TH.Lift
 #if MIN_VERSION_template_haskell(2,16,0)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/th-lift-0.8.6/th-lift.cabal 
new/th-lift-0.8.7/th-lift.cabal
--- old/th-lift-0.8.6/th-lift.cabal     2001-09-09 03:46:40.000000000 +0200
+++ new/th-lift-0.8.7/th-lift.cabal     2001-09-09 03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
 Name:               th-lift
-Version:            0.8.6
+Version:            0.8.7
 Cabal-Version:      1.12
 License:            BSD3
 License-Files:      COPYING, BSD3, GPL-2
@@ -26,7 +26,7 @@
     old versions of their respective libraries, as the same @Lift@ instances
     are also present upstream on newer versions.
 Category:           Language
-Tested-With:        GHC==8.0.2, GHC==8.2.2, 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.8, GHC==9.6.6, 
GHC==9.8.4, GHC==9.10.1, GHC==9.12.1
+Tested-With:        GHC==8.0.2, GHC==8.2.2, 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.8, GHC==9.6.6, 
GHC==9.8.4, GHC==9.10.3, GHC==9.12.2, GHC==9.14.1
 build-type:         Simple
 Extra-source-files: CHANGELOG.md
 
@@ -41,9 +41,8 @@
   Other-Extensions: CPP,  MagicHash, TypeSynonymInstances, FlexibleInstances, 
TemplateHaskellQuotes
   Hs-Source-Dirs:   src
   Build-Depends:    base             >= 4.9  && < 5,
-                    ghc-prim,
                     th-abstraction   >= 0.5  && < 0.8,
-                    template-haskell >= 2.11 && < 2.24
+                    template-haskell >= 2.11 && < 2.25
   ghc-options:      -Wall
 
 Test-Suite test
@@ -56,7 +55,6 @@
   if impl(ghc >= 9.0)
     ghc-options:    -fenable-th-splice-warnings
   Build-Depends:    base,
-                    ghc-prim,
                     th-lift,
                     template-haskell
 

Reply via email to