Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-th-compat for openSUSE:Factory checked in at 2023-08-18 19:28:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-th-compat (Old) and /work/SRC/openSUSE:Factory/.ghc-th-compat.new.1766 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-th-compat" Fri Aug 18 19:28:08 2023 rev:9 rq:1104415 version:0.1.4 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-th-compat/ghc-th-compat.changes 2023-04-04 21:24:11.602478911 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-th-compat.new.1766/ghc-th-compat.changes 2023-08-18 19:28:26.395324593 +0200 @@ -1,0 +2,6 @@ +Mon Aug 7 11:24:52 UTC 2023 - Peter Simons <psim...@suse.com> + +- Update th-compat to version 0.1.4 revision 3. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-th-compat.spec ++++++ --- /var/tmp/diff_new_pack.RYGQAj/_old 2023-08-18 19:28:27.059325784 +0200 +++ /var/tmp/diff_new_pack.RYGQAj/_new 2023-08-18 19:28:27.067325798 +0200 @@ -26,7 +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/2.cabal#/%{pkg_name}.cabal +Source1: https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal BuildRequires: ghc-Cabal-devel BuildRequires: ghc-base-devel BuildRequires: ghc-base-prof ++++++ th-compat.cabal ++++++ --- /var/tmp/diff_new_pack.RYGQAj/_old 2023-08-18 19:28:27.143325934 +0200 +++ /var/tmp/diff_new_pack.RYGQAj/_new 2023-08-18 19:28:27.147325942 +0200 @@ -1,7 +1,7 @@ cabal-version: >=1.10 name: th-compat version: 0.1.4 -x-revision: 2 +x-revision: 3 synopsis: Backward- (and forward-)compatible Quote and Code types description: This package defines a "Language.Haskell.TH.Syntax.Compat" module, which backports the @Quote@ and @Code@ types to @@ -45,7 +45,7 @@ library exposed-modules: Language.Haskell.TH.Syntax.Compat build-depends: base >= 4.3 && < 5 - , template-haskell >= 2.5 && < 2.21 + , template-haskell >= 2.5 && < 2.22 if !impl(ghc >= 8.0) build-depends: fail == 4.9.* , transformers >= 0.2 && < 0.7 @@ -67,7 +67,7 @@ , base-compat >= 0.6 && < 0.14 , hspec >= 2 && < 3 , mtl >= 2.1 && < 2.4 - , template-haskell >= 2.5 && < 2.21 + , template-haskell >= 2.5 && < 2.22 , th-compat build-tool-depends: hspec-discover:hspec-discover >= 2 hs-source-dirs: tests