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 2026-06-10 16:03:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-th (Old)
and /work/SRC/openSUSE:Factory/.ghc-microlens-th.new.2375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-microlens-th"
Wed Jun 10 16:03:51 2026 rev:19 rq:1358408 version:0.4.3.18
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microlens-th/ghc-microlens-th.changes
2025-10-10 17:12:46.809905334 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-microlens-th.new.2375/ghc-microlens-th.changes
2026-06-10 16:06:29.697890976 +0200
@@ -1,0 +2,6 @@
+Tue Feb 10 04:18:56 UTC 2026 - Peter Simons <[email protected]>
+
+- Update microlens-th to version 0.4.3.18 revision 1.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
New:
----
microlens-th.cabal
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-microlens-th.spec ++++++
--- /var/tmp/diff_new_pack.m7cLLu/_old 2026-06-10 16:06:32.846021435 +0200
+++ /var/tmp/diff_new_pack.m7cLLu/_new 2026-06-10 16:06:32.846021435 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-microlens-th
#
-# Copyright (c) 2025 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
@@ -84,6 +85,7 @@
%prep
%autosetup -n %{pkg_name}-%{version}
+cp -p %{SOURCE1} %{pkg_name}.cabal
%build
%ghc_lib_build
++++++ microlens-th.cabal ++++++
name: microlens-th
version: 0.4.3.18
x-revision: 1
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).
.
This package is a part of the <http://hackage.haskell.org/package/microlens
microlens> family; see the readme
<https://github.com/stevenfontanella/microlens#readme on Github>.
license: BSD3
license-file: LICENSE
author: Eric Mertens, Edward Kmett, Artyom Kazak
maintainer: Steven Fontanella <[email protected]>
homepage: http://github.com/stevenfontanella/microlens
bug-reports: http://github.com/stevenfontanella/microlens/issues
category: Data, Lenses
build-type: Simple
extra-source-files:
CHANGELOG.md
cabal-version: >=1.10
tested-with:
GHC==9.12.1
GHC==9.10.1
GHC==9.8.4
GHC==9.6.6
GHC==9.4.8
GHC==9.2.8
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
source-repository head
type: git
location: https://github.com/stevenfontanella/microlens.git
library
exposed-modules: Lens.Micro.TH
Lens.Micro.TH.Internal
-- other-modules:
-- other-extensions:
build-depends: base >=4.5 && <5
, microlens >=0.5.0 && <0.6
, containers >=0.5 && <0.9
, transformers
, template-haskell >=2.8 && <2.25
, th-abstraction >=0.4.1 && <0.8
ghc-options:
-Wall -fwarn-tabs
-O2 -fdicts-cheap -funbox-strict-fields
-fmax-simplifier-iterations=10
hs-source-dirs: src
default-language: Haskell2010
default-extensions: TypeOperators
test-suite templates
type: exitcode-stdio-1.0
main-is: templates.hs
other-modules: T799 T917 T972
ghc-options: -Wall -threaded
hs-source-dirs: test
build-depends: base, microlens, microlens-th, tagged
default-language: Haskell2010
default-extensions: TypeOperators