Script 'mail_helper' called by obssrc
Hello community,

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

Package is "ghc-th-expand-syns"

Wed Jun 10 16:07:49 2026 rev:2 rq:1358454 version:0.4.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-th-expand-syns/ghc-th-expand-syns.changes    
2025-03-25 22:21:07.408272122 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghc-th-expand-syns.new.2375/ghc-th-expand-syns.changes
  2026-06-10 16:12:00.491599176 +0200
@@ -1,0 +2,6 @@
+Wed Jan  7 23:53:16 UTC 2026 - Peter Simons <[email protected]>
+
+- Update th-expand-syns to version 0.4.12.0 revision 1.
+  Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------

New:
----
  th-expand-syns.cabal

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

Other differences:
------------------
++++++ ghc-th-expand-syns.spec ++++++
--- /var/tmp/diff_new_pack.mCe0oI/_old  2026-06-10 16:12:02.907699300 +0200
+++ /var/tmp/diff_new_pack.mCe0oI/_new  2026-06-10 16:12:02.911699465 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-th-expand-syns
 #
-# 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
@@ -26,6 +26,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-base-devel
 BuildRequires:  ghc-base-prof
@@ -75,6 +76,7 @@
 
 %prep
 %autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
 
 %build
 %ghc_lib_build

++++++ th-expand-syns.cabal ++++++
name:                th-expand-syns
version:             0.4.12.0
x-revision: 1
synopsis:            Expands type synonyms in Template Haskell ASTs
description:         Expands type synonyms in Template Haskell ASTs.
                     .
                     As of version @0.4.9.0@, this library is a small shim on
                     top of the @applySubstitution@/@resolveTypeSynonyms@
                     functions from @th-abstraction@, so you may want to
                     consider using @th-abstraction@ instead.
category:            Template Haskell
license:             BSD3
license-file:        LICENSE
author:              Daniel Schüssler
maintainer:          Ryan Scott <[email protected]>
cabal-version:       >= 1.10
build-type:          Simple
extra-source-files:  changelog.markdown
homepage:            https://github.com/DanielSchuessler/th-expand-syns
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

source-repository head
 type: git
 location: https://github.com/DanielSchuessler/th-expand-syns.git

Library
    build-depends:       base             >= 4.9   && < 5
                       , containers
                       , syb
                       , th-abstraction   >= 0.4.3 && < 0.8
                       , template-haskell >= 2.11  && < 2.25
    ghc-options:         -Wall
    exposed-modules:     Language.Haskell.TH.ExpandSyns
    default-language:    Haskell2010

Test-Suite test-th-expand-syns
    type:               exitcode-stdio-1.0
    hs-source-dirs:     testing
    main-is:            Main.hs
    other-modules:      Util, Types
    build-depends:      base
                      , template-haskell
                      , th-abstraction
                      , th-expand-syns
    ghc-options:        -Wall
    if impl(ghc >= 8.6)
      ghc-options:      -Wno-star-is-type
    default-language:   Haskell2010

Reply via email to