Hello community,

here is the log from the commit of package ghc-retry for openSUSE:Factory 
checked in at 2019-05-12 11:36:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghc-retry (Old)
 and      /work/SRC/openSUSE:Factory/.ghc-retry.new.5148 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ghc-retry"

Sun May 12 11:36:17 2019 rev:16 rq:701773 version:0.8.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-retry/ghc-retry.changes      2019-02-17 
12:20:26.612215367 +0100
+++ /work/SRC/openSUSE:Factory/.ghc-retry.new.5148/ghc-retry.changes    
2019-05-12 11:36:21.978391165 +0200
@@ -1,0 +2,7 @@
+Thu May  2 02:00:58 UTC 2019 - psim...@suse.com
+
+- Update retry to version 0.8.0.1.
+  0.8.0.1
+  * Loosen upper bounds
+
+-------------------------------------------------------------------

Old:
----
  retry-0.8.0.0.tar.gz

New:
----
  retry-0.8.0.1.tar.gz

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

Other differences:
------------------
++++++ ghc-retry.spec ++++++
--- /var/tmp/diff_new_pack.hNNhpF/_old  2019-05-12 11:36:23.394395310 +0200
+++ /var/tmp/diff_new_pack.hNNhpF/_new  2019-05-12 11:36:23.398395321 +0200
@@ -19,7 +19,7 @@
 %global pkg_name retry
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.8.0.0
+Version:        0.8.0.1
 Release:        0
 Summary:        Retry combinators for monadic actions that may fail
 License:        BSD-3-Clause

++++++ retry-0.8.0.0.tar.gz -> retry-0.8.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/retry-0.8.0.0/changelog.md 
new/retry-0.8.0.1/changelog.md
--- old/retry-0.8.0.0/changelog.md      2019-01-08 22:41:56.000000000 +0100
+++ new/retry-0.8.0.1/changelog.md      2019-05-01 19:37:33.000000000 +0200
@@ -1,3 +1,6 @@
+0.8.0.1
+* Loosen upper bounds
+
 0.8.0.0
 * Remove dependency on data-default-class
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/retry-0.8.0.0/retry.cabal 
new/retry-0.8.0.1/retry.cabal
--- old/retry-0.8.0.0/retry.cabal       2019-01-08 22:41:56.000000000 +0100
+++ new/retry-0.8.0.1/retry.cabal       2019-05-01 19:37:42.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.8.0.0
+version:             0.8.0.1
 synopsis:            Retry combinators for monadic actions that may fail
 license:             BSD3
 license-file:        LICENSE
@@ -37,10 +37,10 @@
   exposed-modules:     Control.Retry
   build-depends:
       base                 >= 4.6 && < 5
-    , exceptions           >= 0.5 && < 0.11
+    , exceptions           >= 0.5
     , ghc-prim             < 0.6
-    , random               >= 1 && < 1.2
-    , transformers         < 0.7
+    , random               >= 1
+    , transformers
   hs-source-dirs:      src
   default-language:    Haskell2010
 


Reply via email to