Hello community, here is the log from the commit of package ghc-resourcet for openSUSE:Factory checked in at 2016-12-06 14:25:32 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-resourcet (Old) and /work/SRC/openSUSE:Factory/.ghc-resourcet.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-resourcet" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-resourcet/ghc-resourcet.changes 2016-11-04 21:01:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.ghc-resourcet.new/ghc-resourcet.changes 2016-12-06 14:25:33.000000000 +0100 @@ -1,0 +2,5 @@ +Mon Nov 14 09:30:03 UTC 2016 - [email protected] + +- Update to version 1.1.8.1 with cabal2obs. + +------------------------------------------------------------------- Old: ---- resourcet-1.1.8.tar.gz New: ---- resourcet-1.1.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-resourcet.spec ++++++ --- /var/tmp/diff_new_pack.WFfOHA/_old 2016-12-06 14:25:34.000000000 +0100 +++ /var/tmp/diff_new_pack.WFfOHA/_new 2016-12-06 14:25:34.000000000 +0100 @@ -19,7 +19,7 @@ %global pkg_name resourcet %bcond_with tests Name: ghc-%{pkg_name} -Version: 1.1.8 +Version: 1.1.8.1 Release: 0 Summary: Deterministic allocation and freeing of scarce resources License: BSD-3-Clause ++++++ resourcet-1.1.8.tar.gz -> resourcet-1.1.8.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/resourcet-1.1.8/ChangeLog.md new/resourcet-1.1.8.1/ChangeLog.md --- old/resourcet-1.1.8/ChangeLog.md 2016-10-13 14:58:24.000000000 +0200 +++ new/resourcet-1.1.8.1/ChangeLog.md 2016-11-07 07:48:07.000000000 +0100 @@ -1,3 +1,7 @@ +## 1.1.8.1 + +* Allocation actions should be masked + ## 1.1.8 * Add `instance MonadFix ResourceT` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/resourcet-1.1.8/Control/Monad/Trans/Resource.hs new/resourcet-1.1.8.1/Control/Monad/Trans/Resource.hs --- old/resourcet-1.1.8/Control/Monad/Trans/Resource.hs 2016-10-13 14:58:24.000000000 +0200 +++ new/resourcet-1.1.8.1/Control/Monad/Trans/Resource.hs 2016-11-07 07:48:07.000000000 +0100 @@ -132,7 +132,7 @@ allocateRIO :: IO a -> (a -> IO ()) -> ResourceT IO (ReleaseKey, a) allocateRIO acquire rel = ResourceT $ \istate -> liftIO $ E.mask $ \restore -> do - a <- restore acquire + a <- acquire key <- register' istate $ rel a return (key, a) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/resourcet-1.1.8/resourcet.cabal new/resourcet-1.1.8.1/resourcet.cabal --- old/resourcet-1.1.8/resourcet.cabal 2016-10-13 14:58:24.000000000 +0200 +++ new/resourcet-1.1.8.1/resourcet.cabal 2016-11-07 07:48:07.000000000 +0100 @@ -1,5 +1,5 @@ Name: resourcet -Version: 1.1.8 +Version: 1.1.8.1 Synopsis: Deterministic allocation and freeing of scarce resources. description: Hackage documentation generation is not reliable. For up to date documentation, please see: <http://www.stackage.org/package/resourcet>. License: BSD3
