Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-monad-logger for
openSUSE:Factory checked in at 2023-01-18 13:10:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-monad-logger (Old)
and /work/SRC/openSUSE:Factory/.ghc-monad-logger.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-monad-logger"
Wed Jan 18 13:10:11 2023 rev:29 rq:1059089 version:0.3.37
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-monad-logger/ghc-monad-logger.changes
2022-10-15 16:40:50.286640856 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-monad-logger.new.32243/ghc-monad-logger.changes
2023-01-18 13:10:33.132728995 +0100
@@ -1,0 +2,12 @@
+Wed Dec 21 21:03:43 UTC 2022 - Peter Simons <[email protected]>
+
+- Update monad-logger to version 0.3.37 revision 3.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
+Mon Oct 24 07:33:02 UTC 2022 - Peter Simons <[email protected]>
+
+- Update monad-logger to version 0.3.37 revision 2.
+ Upstream has revised the Cabal build instructions on Hackage.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-monad-logger.spec ++++++
--- /var/tmp/diff_new_pack.yeVLhL/_old 2023-01-18 13:10:33.716732457 +0100
+++ /var/tmp/diff_new_pack.yeVLhL/_new 2023-01-18 13:10:33.720732481 +0100
@@ -24,7 +24,7 @@
License: MIT
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
+Source1:
https://hackage.haskell.org/package/%{pkg_name}-%{version}/revision/3.cabal#/%{pkg_name}.cabal
BuildRequires: ghc-Cabal-devel
BuildRequires: ghc-bytestring-devel
BuildRequires: ghc-conduit-devel
++++++ monad-logger.cabal ++++++
--- /var/tmp/diff_new_pack.yeVLhL/_old 2023-01-18 13:10:33.760732718 +0100
+++ /var/tmp/diff_new_pack.yeVLhL/_new 2023-01-18 13:10:33.764732742 +0100
@@ -6,7 +6,7 @@
name: monad-logger
version: 0.3.37
-x-revision: 1
+x-revision: 3
synopsis: A class of monads which can log messages.
description: See README and Haddocks at
<https://www.stackage.org/package/monad-logger>
category: System
@@ -46,11 +46,11 @@
, monad-control >=1.0
, monad-loops
, mtl
- , resourcet >=1.1 && <1.3
+ , resourcet >=1.1 && <1.4
, stm
, stm-chans
, text
- , transformers
+ , transformers < 0.6
, transformers-base
, transformers-compat >=0.3
, unliftio-core