Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-microlens-mtl for openSUSE:Factory checked in at 2023-10-18 21:25:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-microlens-mtl (Old) and /work/SRC/openSUSE:Factory/.ghc-microlens-mtl.new.31755 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-microlens-mtl" Wed Oct 18 21:25:57 2023 rev:7 rq:1118478 version:0.2.0.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-microlens-mtl/ghc-microlens-mtl.changes 2023-04-04 21:21:32.493577927 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-microlens-mtl.new.31755/ghc-microlens-mtl.changes 2023-10-18 21:26:11.501748027 +0200 @@ -1,0 +2,6 @@ +Wed Oct 11 19:28:17 UTC 2023 - Peter Simons <[email protected]> + +- Update microlens-mtl to version 0.2.0.3 revision 1. + Upstream has revised the Cabal build instructions on Hackage. + +------------------------------------------------------------------- New: ---- microlens-mtl.cabal ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-microlens-mtl.spec ++++++ --- /var/tmp/diff_new_pack.O7ASOV/_old 2023-10-18 21:26:12.021766864 +0200 +++ /var/tmp/diff_new_pack.O7ASOV/_new 2023-10-18 21:26:12.025767009 +0200 @@ -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-base-devel BuildRequires: ghc-base-prof @@ -44,8 +45,8 @@ 'MonadReader', 'MonadWriter', and 'MonadState' from the mtl package. 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>. +microlens> family; see the readme +<https://github.com/stevenfontanella/microlens#readme on Github>. %package devel Summary: Haskell %{pkg_name} library development files @@ -75,6 +76,7 @@ %prep %autosetup -n %{pkg_name}-%{version} +cp -p %{SOURCE1} %{pkg_name}.cabal %build %ghc_lib_build ++++++ microlens-mtl.cabal ++++++ name: microlens-mtl version: 0.2.0.3 x-revision: 1 synopsis: microlens support for Reader/Writer/State from mtl description: This package contains functions (like 'view' or '+=') which work on 'MonadReader', 'MonadWriter', and 'MonadState' from the mtl package. . 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: Edward Kmett, Artyom Kazak maintainer: Steven Fontanella <[email protected]> homepage: http://github.com/stevenfontanella/microlens bug-reports: http://github.com/stevenfontanella/microlens/issues -- copyright: category: Data, Lenses build-type: Simple extra-source-files: CHANGELOG.md cabal-version: >=1.10 tested-with: GHC==9.8.1 GHC==9.6.3 GHC==9.4.7 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 GHC==7.10.3 source-repository head type: git location: https://github.com/stevenfontanella/microlens.git library exposed-modules: Lens.Micro.Mtl Lens.Micro.Mtl.Internal -- other-extensions: build-depends: base >=4.5 && <5 , microlens >=0.4 && <0.5 , mtl >=2.0.1 && <2.4 , transformers >=0.2 && <0.7 , transformers-compat >=0.4 && <1 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
