Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-type-equality for
openSUSE:Factory checked in at 2022-10-13 15:43:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-type-equality (Old)
and /work/SRC/openSUSE:Factory/.ghc-type-equality.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-type-equality"
Thu Oct 13 15:43:25 2022 rev:10 rq:1008538 version:1
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-type-equality/ghc-type-equality.changes
2021-11-11 21:37:33.268938208 +0100
+++
/work/SRC/openSUSE:Factory/.ghc-type-equality.new.2275/ghc-type-equality.changes
2022-10-13 15:43:42.614921236 +0200
@@ -1,0 +2,6 @@
+Wed Aug 10 17:14:36 UTC 2022 - Peter Simons <[email protected]>
+
+- Update type-equality to version 1 revision 4.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-type-equality.spec ++++++
--- /var/tmp/diff_new_pack.iuJHQq/_old 2022-10-13 15:43:43.158922298 +0200
+++ /var/tmp/diff_new_pack.iuJHQq/_new 2022-10-13 15:43:43.162922305 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-type-equality
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -24,7 +24,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/3.cabal#/%{pkg_name}.cabal
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/4.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-rpm-macros
ExcludeArch: %{ix86}
++++++ type-equality.cabal ++++++
--- /var/tmp/diff_new_pack.iuJHQq/_old 2022-10-13 15:43:43.210922399 +0200
+++ /var/tmp/diff_new_pack.iuJHQq/_new 2022-10-13 15:43:43.214922407 +0200
@@ -1,6 +1,6 @@
name: type-equality
version: 1
-x-revision: 3
+x-revision: 4
stability: provisional
cabal-version: >=1.10
build-type: Simple
@@ -41,8 +41,9 @@
|| ==8.6.5
|| ==8.8.4
|| ==8.10.4
- || ==9.0.1
- || ==9.2.1
+ || ==9.0.2
+ || ==9.2.4
+ || ==9.4.1
source-repository head
type: git
@@ -50,7 +51,7 @@
library
default-language: Haskell2010
- build-depends: base >=4.3 && <4.17
+ build-depends: base >=4.3 && <4.18
if !impl(ghc >=7.8)
hs-source-dirs: src-old