Hello community,

here is the log from the commit of package ghc-retry for openSUSE:Factory 
checked in at 2016-05-31 12:25:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-17 
17:14:43.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ghc-retry.new/ghc-retry.changes 2016-05-31 
12:25:08.000000000 +0200
@@ -1,0 +2,6 @@
+Mon May 30 09:57:28 UTC 2016 - mimi...@gmail.com
+
+- update to 0.7.3 
+* Widen ghc-prim dependency for GHC 8
+
+-------------------------------------------------------------------

Old:
----
  retry-0.7.2.tar.gz

New:
----
  retry-0.7.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ghc-retry.spec ++++++
--- /var/tmp/diff_new_pack.XvnPui/_old  2016-05-31 12:25:09.000000000 +0200
+++ /var/tmp/diff_new_pack.XvnPui/_new  2016-05-31 12:25:09.000000000 +0200
@@ -20,7 +20,7 @@
 %bcond_with tests
 
 Name:           ghc-retry
-Version:        0.7.2
+Version:        0.7.3
 Release:        0
 Summary:        Retry combinators for monadic actions that may fail
 Group:          System/Libraries

++++++ retry-0.7.2.tar.gz -> retry-0.7.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/retry-0.7.2/changelog.md new/retry-0.7.3/changelog.md
--- old/retry-0.7.2/changelog.md        2016-05-03 17:49:56.000000000 +0200
+++ new/retry-0.7.3/changelog.md        2016-05-27 19:49:33.000000000 +0200
@@ -1,3 +1,6 @@
+0.7.3
+* Widen ghc-prim dependency for GHC 8
+
 0.7.2
 * Fix premature integer overflow error thanks to Mitsutoshi Aoe
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/retry-0.7.2/retry.cabal new/retry-0.7.3/retry.cabal
--- old/retry-0.7.2/retry.cabal 2016-05-03 17:49:56.000000000 +0200
+++ new/retry-0.7.3/retry.cabal 2016-05-27 19:49:33.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.2
+version:             0.7.3
 synopsis:            Retry combinators for monadic actions that may fail
 license:             BSD3
 license-file:        LICENSE
@@ -35,7 +35,7 @@
       base                 >= 4.6 && < 5
     , data-default-class
     , exceptions           >= 0.5 && < 0.9
-    , ghc-prim             < 0.5
+    , ghc-prim             < 0.6
     , random               >= 1 && < 1.2
     , transformers         < 0.6
   hs-source-dirs:      src


Reply via email to