Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-microlens-th for
openSUSE:Factory checked in at 2024-05-06 17:52:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-th (Old)
and /work/SRC/openSUSE:Factory/.ghc-microlens-th.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-microlens-th"
Mon May 6 17:52:43 2024 rev:15 rq:1171793 version:0.4.3.15
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microlens-th/ghc-microlens-th.changes
2023-09-21 22:23:48.494519800 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-microlens-th.new.1880/ghc-microlens-th.changes
2024-05-06 17:52:55.754376368 +0200
@@ -1,0 +2,8 @@
+Fri Apr 19 05:38:41 UTC 2024 - Peter Simons <[email protected]>
+
+- Update microlens-th to version 0.4.3.15.
+ # 0.4.3.15
+
+ * [#180](https://github.com/stevenfontanella/microlens/pull/180)
[#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10.
+
+-------------------------------------------------------------------
Old:
----
microlens-th-0.4.3.14.tar.gz
New:
----
microlens-th-0.4.3.15.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-microlens-th.spec ++++++
--- /var/tmp/diff_new_pack.H66ab5/_old 2024-05-06 17:52:56.206392853 +0200
+++ /var/tmp/diff_new_pack.H66ab5/_new 2024-05-06 17:52:56.206392853 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-microlens-th
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 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.4.3.14
+Version: 0.4.3.15
Release: 0
Summary: Automatic generation of record lenses for microlens
License: BSD-3-Clause
++++++ microlens-th-0.4.3.14.tar.gz -> microlens-th-0.4.3.15.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microlens-th-0.4.3.14/CHANGELOG.md
new/microlens-th-0.4.3.15/CHANGELOG.md
--- old/microlens-th-0.4.3.14/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/microlens-th-0.4.3.15/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,3 +1,7 @@
+# 0.4.3.15
+
+* [#180](https://github.com/stevenfontanella/microlens/pull/180)
[#181](https://github.com/stevenfontanella/microlens/pull/181) Support GHC 9.10.
+
# 0.4.3.14
* [#170](https://github.com/stevenfontanella/microlens/issues/170),
[#171](https://github.com/stevenfontanella/microlens/pull/171) Support GHC 9.8.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/microlens-th-0.4.3.14/microlens-th.cabal
new/microlens-th-0.4.3.15/microlens-th.cabal
--- old/microlens-th-0.4.3.14/microlens-th.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/microlens-th-0.4.3.15/microlens-th.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
name: microlens-th
-version: 0.4.3.14
+version: 0.4.3.15
synopsis: Automatic generation of record lenses for microlens
description:
This package lets you automatically generate lenses for data types; code was
extracted from the lens package, and therefore generated lenses are fully
compatible with ones generated by lens (and can be used both from lens and
microlens).
@@ -16,20 +16,20 @@
extra-source-files:
CHANGELOG.md
cabal-version: >=1.10
-tested-with: GHC==7.6.3
- GHC==7.8.4
- GHC==7.10.3
- 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
+tested-with:
+ GHC==9.10.1
+ GHC==9.8.2
+ GHC==9.6.4
+ GHC==9.4.8
GHC==9.2.8
- GHC==9.4.6
- GHC==9.6.2
- GHC==9.8.0
+ GHC==9.0.2
+ GHC==8.10.7
+ GHC==8.8.4
+ GHC==8.6.5
+ GHC==8.4.4
+ GHC==8.2.2
+ GHC==8.0.2
+ GHC==7.10.3
source-repository head
type: git
@@ -42,10 +42,10 @@
-- other-extensions:
build-depends: base >=4.5 && <5
, microlens >=0.4.0 && <0.5
- , containers >=0.5 && <0.7
+ , containers >=0.5 && <0.8
, transformers
- , template-haskell >=2.8 && <2.22
- , th-abstraction >=0.4.1 && <0.7
+ , template-haskell >=2.8 && <2.23
+ , th-abstraction >=0.4.1 && <0.8
ghc-options:
-Wall -fwarn-tabs