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 2022-10-13 15:42:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-microlens-th (Old)
and /work/SRC/openSUSE:Factory/.ghc-microlens-th.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-microlens-th"
Thu Oct 13 15:42:31 2022 rev:9 rq:1008489 version:0.4.3.10
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-microlens-th/ghc-microlens-th.changes
2021-06-01 10:40:31.537126024 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-microlens-th.new.2275/ghc-microlens-th.changes
2022-10-13 15:42:38.926796908 +0200
@@ -1,0 +2,6 @@
+Sat Aug 13 10:22:59 UTC 2022 - Peter Simons <[email protected]>
+
+- Update microlens-th to version 0.4.3.10 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.3Swdmj/_old 2022-10-13 15:42:40.158799314 +0200
+++ /var/tmp/diff_new_pack.3Swdmj/_new 2022-10-13 15:42:40.166799328 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-microlens-th
#
-# 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
@@ -25,6 +25,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-containers-devel
BuildRequires: ghc-microlens-devel
@@ -59,6 +60,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.10
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/monadfix/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/monadfix/microlens
bug-reports: http://github.com/monadfix/microlens/issues
category: Data, Lenses
build-type: Simple
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
GHC==9.2.4
GHC==9.4.1
source-repository head
type: git
location: git://github.com/monadfix/microlens.git
library
exposed-modules: Lens.Micro.TH
Lens.Micro.TH.Internal
-- other-modules:
-- other-extensions:
build-depends: base >=4.5 && <5
, microlens >=0.4.0 && <0.5
, containers >=0.5 && <0.7
, transformers
, template-haskell >=2.8 && <2.20
, th-abstraction >=0.4.1 && <0.5
ghc-options:
-Wall -fwarn-tabs
-O2 -fdicts-cheap -funbox-strict-fields
-fmax-simplifier-iterations=10
hs-source-dirs: src
default-language: Haskell2010
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