Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ghc-safe-exceptions for
openSUSE:Factory checked in at 2022-08-10 17:13:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-safe-exceptions (Old)
and /work/SRC/openSUSE:Factory/.ghc-safe-exceptions.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-safe-exceptions"
Wed Aug 10 17:13:24 2022 rev:5 rq:994048 version:0.1.7.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-safe-exceptions/ghc-safe-exceptions.changes
2021-08-25 20:58:07.973167125 +0200
+++
/work/SRC/openSUSE:Factory/.ghc-safe-exceptions.new.1521/ghc-safe-exceptions.changes
2022-08-10 17:14:32.681902921 +0200
@@ -1,0 +2,8 @@
+Sun May 22 08:14:08 UTC 2022 - Peter Simons <[email protected]>
+
+- Update safe-exceptions to version 0.1.7.3.
+ ## 0.1.7.3
+
+ * Allow transformers 0.6
[#39](https://github.com/fpco/safe-exceptions/issues/39)
+
+-------------------------------------------------------------------
Old:
----
safe-exceptions-0.1.7.2.tar.gz
New:
----
safe-exceptions-0.1.7.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-safe-exceptions.spec ++++++
--- /var/tmp/diff_new_pack.ieH5H0/_old 2022-08-10 17:14:33.265904446 +0200
+++ /var/tmp/diff_new_pack.ieH5H0/_new 2022-08-10 17:14:33.269904456 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ghc-safe-exceptions
#
-# 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
@@ -19,7 +19,7 @@
%global pkg_name safe-exceptions
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.1.7.2
+Version: 0.1.7.3
Release: 0
Summary: Safe, consistent, and easy exception handling
License: MIT
++++++ safe-exceptions-0.1.7.2.tar.gz -> safe-exceptions-0.1.7.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/safe-exceptions-0.1.7.2/ChangeLog.md
new/safe-exceptions-0.1.7.3/ChangeLog.md
--- old/safe-exceptions-0.1.7.2/ChangeLog.md 2021-07-09 05:47:20.000000000
+0200
+++ new/safe-exceptions-0.1.7.3/ChangeLog.md 2022-05-22 10:13:29.000000000
+0200
@@ -1,5 +1,9 @@
# ChangeLog for safe-exceptions
+## 0.1.7.3
+
+* Allow transformers 0.6
[#39](https://github.com/fpco/safe-exceptions/issues/39)
+
## 0.1.7.2
* Changed `bracketWithError` and `bracketOnError` to use `generalBracket` from
`MonadMask` [#36](https://github.com/fpco/safe-exceptions/issues/36)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/safe-exceptions-0.1.7.2/safe-exceptions.cabal
new/safe-exceptions-0.1.7.3/safe-exceptions.cabal
--- old/safe-exceptions-0.1.7.2/safe-exceptions.cabal 2021-07-09
05:50:53.000000000 +0200
+++ new/safe-exceptions-0.1.7.3/safe-exceptions.cabal 2022-05-22
10:13:13.000000000 +0200
@@ -1,5 +1,5 @@
name: safe-exceptions
-version: 0.1.7.2
+version: 0.1.7.3
synopsis: Safe, consistent, and easy exception handling
description: Please see README.md
homepage: https://github.com/fpco/safe-exceptions#readme
@@ -19,7 +19,7 @@
build-depends: base >= 4.11 && < 5
, deepseq >= 1.2 && < 1.5
, exceptions >= 0.10 && < 0.11
- , transformers >= 0.2 && < 0.6
+ , transformers >= 0.2 && < 0.7
default-language: Haskell2010
test-suite safe-exceptions-test