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-06-04 00:33:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-unliftio (Old) and /work/SRC/openSUSE:Factory/.ghc-unliftio.new.1898 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-unliftio" Fri Jun 4 00:33:43 2021 rev:18 rq:897105 version:0.2.18 Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-unliftio/ghc-unliftio.changes 2021-06-01 10:40:48.381154701 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-unliftio.new.1898/ghc-unliftio.changes 2021-06-04 00:34:03.256956100 +0200 @@ -1,0 +2,8 @@ +Wed Jun 2 07:07:00 UTC 2021 - [email protected] + +- Update unliftio to version 0.2.18. + ## 0.2.18 + + * Reexport `asyncExceptionFromException` and `asyncExceptionToException` [#81](https://github.com/fpco/unliftio/issues/81) + +------------------------------------------------------------------- Old: ---- unliftio-0.2.17.tar.gz New: ---- unliftio-0.2.18.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-unliftio.spec ++++++ --- /var/tmp/diff_new_pack.T7m1X2/_old 2021-06-04 00:34:03.732957471 +0200 +++ /var/tmp/diff_new_pack.T7m1X2/_new 2021-06-04 00:34:03.736957483 +0200 @@ -19,7 +19,7 @@ %global pkg_name unliftio %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.2.17 +Version: 0.2.18 Release: 0 Summary: The MonadUnliftIO typeclass for unlifting monads to IO (batteries included) License: MIT ++++++ unliftio-0.2.17.tar.gz -> unliftio-0.2.18.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unliftio-0.2.17/ChangeLog.md new/unliftio-0.2.18/ChangeLog.md --- old/unliftio-0.2.17/ChangeLog.md 2021-05-28 12:11:59.000000000 +0200 +++ new/unliftio-0.2.18/ChangeLog.md 2021-06-01 16:00:02.000000000 +0200 @@ -1,5 +1,9 @@ # Changelog for unliftio +## 0.2.18 + +* Reexport `asyncExceptionFromException` and `asyncExceptionToException` [#81](https://github.com/fpco/unliftio/issues/81) + ## 0.2.17 * Re-export `AsyncCancelled` in `UnliftIO.Async` [#80](https://github.com/fpco/unliftio/pull/80) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unliftio-0.2.17/src/UnliftIO/Exception.hs new/unliftio-0.2.18/src/UnliftIO/Exception.hs --- old/unliftio-0.2.17/src/UnliftIO/Exception.hs 2021-05-28 12:11:59.000000000 +0200 +++ new/unliftio-0.2.18/src/UnliftIO/Exception.hs 2021-06-01 16:00:02.000000000 +0200 @@ -90,6 +90,8 @@ , SomeAsyncException (..) , IOException , EUnsafe.assert + , EUnsafe.asyncExceptionToException + , EUnsafe.asyncExceptionFromException #if !MIN_VERSION_base(4,8,0) , displayException #endif diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/unliftio-0.2.17/unliftio.cabal new/unliftio-0.2.18/unliftio.cabal --- old/unliftio-0.2.17/unliftio.cabal 2021-05-28 12:11:59.000000000 +0200 +++ new/unliftio-0.2.18/unliftio.cabal 2021-06-01 16:00:02.000000000 +0200 @@ -4,10 +4,10 @@ -- -- see: https://github.com/sol/hpack -- --- hash: 6dc6425588ff3d300e7e59ea7cb3a42401bdb810af3e566aa8bd26ec2718a3bb +-- hash: 827ad4a9e30bed13f8818d3688fdd67fed8e576682e37e73d1583c4383b10b97 name: unliftio -version: 0.2.17 +version: 0.2.18 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
