Hello community,

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

Package is "ghc-lifted-async"

Sun May 12 11:35:53 2019 rev:3 rq:701770 version:0.10.0.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/ghc-lifted-async/ghc-lifted-async.changes        
2018-10-25 08:17:45.796033449 +0200
+++ 
/work/SRC/openSUSE:Factory/.ghc-lifted-async.new.5148/ghc-lifted-async.changes  
    2019-05-12 11:35:59.462325251 +0200
@@ -1,0 +2,8 @@
+Fri May  3 02:03:10 UTC 2019 - psim...@suse.com
+
+- Update lifted-async to version 0.10.0.4.
+  ## v0.10.0.4 - 2019-05-03
+
+  * Relax upper version bounds for base and constraints
+
+-------------------------------------------------------------------

Old:
----
  lifted-async-0.10.0.3.tar.gz

New:
----
  lifted-async-0.10.0.4.tar.gz

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

Other differences:
------------------
++++++ ghc-lifted-async.spec ++++++
--- /var/tmp/diff_new_pack.jscjiv/_old  2019-05-12 11:36:00.122327183 +0200
+++ /var/tmp/diff_new_pack.jscjiv/_new  2019-05-12 11:36:00.122327183 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ghc-lifted-async
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %global pkg_name lifted-async
 %bcond_with tests
 Name:           ghc-%{pkg_name}
-Version:        0.10.0.3
+Version:        0.10.0.4
 Release:        0
 Summary:        Run lifted IO operations asynchronously and wait for their 
results
 License:        BSD-3-Clause

++++++ lifted-async-0.10.0.3.tar.gz -> lifted-async-0.10.0.4.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lifted-async-0.10.0.3/CHANGELOG.md 
new/lifted-async-0.10.0.4/CHANGELOG.md
--- old/lifted-async-0.10.0.3/CHANGELOG.md      1970-01-01 01:00:00.000000000 
+0100
+++ new/lifted-async-0.10.0.4/CHANGELOG.md      2001-09-09 03:46:40.000000000 
+0200
@@ -1,5 +1,9 @@
 # Revision history for lifted-async
 
+## v0.10.0.4 - 2019-05-03
+
+* Relax upper version bounds for base and constraints
+
 ## v0.10.0.3 - 2018-09-25
 
 * Relax upper version bound for base to support GHC 8.6.1
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/lifted-async-0.10.0.3/lifted-async.cabal 
new/lifted-async-0.10.0.4/lifted-async.cabal
--- old/lifted-async-0.10.0.3/lifted-async.cabal        1970-01-01 
01:00:00.000000000 +0100
+++ new/lifted-async-0.10.0.4/lifted-async.cabal        2001-09-09 
03:46:40.000000000 +0200
@@ -1,22 +1,23 @@
 name:                lifted-async
-version:             0.10.0.3
+version:             0.10.0.4
 synopsis:            Run lifted IO operations asynchronously and wait for 
their results
 homepage:            https://github.com/maoe/lifted-async
 bug-reports:         https://github.com/maoe/lifted-async/issues
 license:             BSD3
 license-file:        LICENSE
 author:              Mitsutoshi Aoe
-maintainer:          Mitsutoshi Aoe <m...@foldr.in>
-copyright:           Copyright (C) 2012-2018 Mitsutoshi Aoe
+maintainer:          Mitsutoshi Aoe <m...@maoe.name>
+copyright:           Copyright (C) 2012-2019 Mitsutoshi Aoe
 category:            Concurrency
 build-type:          Simple
 cabal-version:       >= 1.8
 tested-with:
-    GHC == 8.6.1
-  , GHC == 8.4.3
-  , GHC == 8.2.2
-  , GHC == 8.0.2
-  , GHC == 7.10.2
+  GHC == 8.8.1
+  GHC == 8.6.5
+  GHC == 8.4.4
+  GHC == 8.2.2
+  GHC == 8.0.2
+  GHC == 7.10.3
 
 extra-source-files:
   README.md
@@ -31,13 +32,13 @@
     Control.Concurrent.Async.Lifted
     Control.Concurrent.Async.Lifted.Safe
   build-depends:
-      base >= 4.5 && < 4.13
+      base >= 4.5 && < 4.14
     , async >= 2.2 && < 2.3
     , lifted-base >= 0.2 && < 0.3
     , transformers-base >= 0.4 && < 0.5
     , monad-control == 1.0.*
   if impl(ghc >= 7.8)
-    build-depends: constraints >= 0.2 && < 0.11
+    build-depends: constraints >= 0.2 && < 0.12
   else
     build-depends: constraints >= 0.2 && < 0.6
   ghc-options: -Wall


Reply via email to