Hello community, here is the log from the commit of package ghc-retry for openSUSE:Factory checked in at 2016-06-07 23:48:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ghc-retry (Old) and /work/SRC/openSUSE:Factory/.ghc-retry.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-retry" Changes: -------- --- /work/SRC/openSUSE:Factory/ghc-retry/ghc-retry.changes 2016-05-31 12:25:08.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.ghc-retry.new/ghc-retry.changes 2016-06-07 23:48:25.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Jun 2 04:51:45 UTC 2016 - [email protected] + +- update to 0.7.4 +* Widen transformers dependency + +------------------------------------------------------------------- Old: ---- retry-0.7.3.tar.gz New: ---- retry-0.7.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ghc-retry.spec ++++++ --- /var/tmp/diff_new_pack.xVZaax/_old 2016-06-07 23:48:26.000000000 +0200 +++ /var/tmp/diff_new_pack.xVZaax/_new 2016-06-07 23:48:26.000000000 +0200 @@ -20,7 +20,7 @@ %bcond_with tests Name: ghc-retry -Version: 0.7.3 +Version: 0.7.4 Release: 0 Summary: Retry combinators for monadic actions that may fail Group: System/Libraries ++++++ retry-0.7.3.tar.gz -> retry-0.7.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/retry-0.7.3/changelog.md new/retry-0.7.4/changelog.md --- old/retry-0.7.3/changelog.md 2016-05-27 19:49:33.000000000 +0200 +++ new/retry-0.7.4/changelog.md 2016-06-01 20:32:12.000000000 +0200 @@ -1,3 +1,6 @@ +0.7.4 +* Widen transformers dependency + 0.7.3 * Widen ghc-prim dependency for GHC 8 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/retry-0.7.3/retry.cabal new/retry-0.7.4/retry.cabal --- old/retry-0.7.3/retry.cabal 2016-05-27 19:49:33.000000000 +0200 +++ new/retry-0.7.4/retry.cabal 2016-06-01 20:32:12.000000000 +0200 @@ -14,7 +14,7 @@ case we should hang back for a bit and retry the query instead of simply raising an exception. -version: 0.7.3 +version: 0.7.4 synopsis: Retry combinators for monadic actions that may fail license: BSD3 license-file: LICENSE @@ -37,7 +37,7 @@ , exceptions >= 0.5 && < 0.9 , ghc-prim < 0.6 , random >= 1 && < 1.2 - , transformers < 0.6 + , transformers < 0.7 hs-source-dirs: src default-language: Haskell2010
