Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ghc-unliftio for openSUSE:Factory checked in at 2021-08-25 20:57:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-unliftio (Old) and /work/SRC/openSUSE:Factory/.ghc-unliftio.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unliftio" Wed Aug 25 20:57:14 2021 rev:19 rq:912643 version:0.2.19 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-unliftio/ghc-unliftio.changes 2021-06-04 00:34:03.256956100 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-unliftio.new.1899/ghc-unliftio.changes 2021-08-25 20:58:21.761149024 +0200 @@ -1,0 +2,8 @@ +Fri Jul 23 08:08:54 UTC 2021 - [email protected] + +- Update unliftio to version 0.2.19. + ## 0.2.19 + + * Add `Eq` instance for `StringException` (https://github.com/fpco/unliftio/pull/83) + +------------------------------------------------------------------- Old: ---- unliftio-0.2.18.tar.gz New: ---- unliftio-0.2.19.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-unliftio.spec ++++++ --- /var/tmp/diff_new_pack.AtbvOh/_old 2021-08-25 20:58:22.585147942 +0200 +++ /var/tmp/diff_new_pack.AtbvOh/_new 2021-08-25 20:58:22.589147937 +0200 @@ -19,7 +19,7 @@ %global pkg_name unliftio %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.18 +Version: 0.2.19 Release: 0 Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included) License: MIT ++++++ unliftio-0.2.18.tar.gz -> unliftio-0.2.19.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unliftio-0.2.18/ChangeLog.md new/unliftio-0.2.19/ChangeLog.md --- old/unliftio-0.2.18/ChangeLog.md 2021-06-01 16:00:02.000000000 +0200 +++ new/unliftio-0.2.19/ChangeLog.md 2021-07-20 18:37:40.000000000 +0200 @@ -1,5 +1,9 @@ # Changelog for unliftio +## 0.2.19 + +* Add `Eq` instance for `StringException` (https://github.com/fpco/unliftio/pull/83) + ## 0.2.18 * Reexport `asyncExceptionFromException` and `asyncExceptionToException` [#81](https://github.com/fpco/unliftio/issues/81) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unliftio-0.2.18/src/UnliftIO/Exception.hs new/unliftio-0.2.19/src/UnliftIO/Exception.hs --- old/unliftio-0.2.18/src/UnliftIO/Exception.hs 2021-06-01 16:00:02.000000000 +0200 +++ new/unliftio-0.2.19/src/UnliftIO/Exception.hs 2021-07-20 18:37:40.000000000 +0200 @@ -644,6 +644,10 @@ show (StringException s _) = "UnliftIO.Exception.throwString called with:\n\n" ++ s #endif +-- | @since 0.2.19 +instance Eq StringException where + StringException msg1 _ == StringException msg2 _ = msg1 == msg2 + -- | @since 0.1.0.0 instance Exception StringException diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unliftio-0.2.18/unliftio.cabal new/unliftio-0.2.19/unliftio.cabal --- old/unliftio-0.2.18/unliftio.cabal 2021-06-01 16:00:02.000000000 +0200 +++ new/unliftio-0.2.19/unliftio.cabal 2021-07-20 18:37:45.000000000 +0200 @@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: 827ad4a9e30bed13f8818d3688fdd67fed8e576682e37e73d1583c4383b10b97 +-- hash: 58a862786103e0ea7ccdb111f5dc9c0088d8bdc74476f700df5b16ee6dc36a02 name: unliftio -version: 0.2.18 +version: 0.2.19 synopsis: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included) description: Please see the documentation and README at <https://www.stackage.org/package/unliftio> category: Control
