Hello community,
here is the log from the commit of package ghc-lifted-async for
openSUSE:Leap:15.2 checked in at 2020-05-18 11:00:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/ghc-lifted-async (Old)
and /work/SRC/openSUSE:Leap:15.2/.ghc-lifted-async.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghc-lifted-async"
Mon May 18 11:00:12 2020 rev:13 rq:806124 version:0.10.0.6
Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/ghc-lifted-async/ghc-lifted-async.changes
2020-03-10 17:14:56.113444805 +0100
+++
/work/SRC/openSUSE:Leap:15.2/.ghc-lifted-async.new.2738/ghc-lifted-async.changes
2020-05-18 11:00:13.642739908 +0200
@@ -1,0 +2,8 @@
+Wed Apr 1 12:37:27 UTC 2020 - [email protected]
+
+- Update lifted-async to version 0.10.0.6.
+ ## v0.10.0.6 - 2020-03-31
+
+ * Relax upper version bound for base to suppose GHC 8.10
([#30](https://github.com/maoe/lifted-async/pull/30))
+
+-------------------------------------------------------------------
Old:
----
lifted-async-0.10.0.5.tar.gz
New:
----
lifted-async-0.10.0.6.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghc-lifted-async.spec ++++++
--- /var/tmp/diff_new_pack.83K7Sq/_old 2020-05-18 11:00:14.042740736 +0200
+++ /var/tmp/diff_new_pack.83K7Sq/_new 2020-05-18 11:00:14.046740745 +0200
@@ -19,7 +19,7 @@
%global pkg_name lifted-async
%bcond_with tests
Name: ghc-%{pkg_name}
-Version: 0.10.0.5
+Version: 0.10.0.6
Release: 0
Summary: Run lifted IO operations asynchronously and wait for their
results
License: BSD-3-Clause
++++++ lifted-async-0.10.0.5.tar.gz -> lifted-async-0.10.0.6.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lifted-async-0.10.0.5/CHANGELOG.md
new/lifted-async-0.10.0.6/CHANGELOG.md
--- old/lifted-async-0.10.0.5/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
+++ new/lifted-async-0.10.0.6/CHANGELOG.md 2001-09-09 03:46:40.000000000
+0200
@@ -1,5 +1,9 @@
# Revision history for lifted-async
+## v0.10.0.6 - 2020-03-31
+
+* Relax upper version bound for base to suppose GHC 8.10
([#30](https://github.com/maoe/lifted-async/pull/30))
+
## v0.10.0.5 - 2020-02-08
* Relax upper version bounds for constraints
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/lifted-async-0.10.0.5/lifted-async.cabal
new/lifted-async-0.10.0.6/lifted-async.cabal
--- old/lifted-async-0.10.0.5/lifted-async.cabal 2001-09-09
03:46:40.000000000 +0200
+++ new/lifted-async-0.10.0.6/lifted-async.cabal 2001-09-09
03:46:40.000000000 +0200
@@ -1,5 +1,5 @@
name: lifted-async
-version: 0.10.0.5
+version: 0.10.0.6
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
@@ -7,12 +7,13 @@
license-file: LICENSE
author: Mitsutoshi Aoe
maintainer: Mitsutoshi Aoe <[email protected]>
-copyright: Copyright (C) 2012-2019 Mitsutoshi Aoe
+copyright: Copyright (C) 2012-2020 Mitsutoshi Aoe
category: Concurrency
build-type: Simple
cabal-version: >= 1.8
tested-with:
- GHC == 8.8.2
+ GHC == 8.10.1
+ GHC == 8.8.3
GHC == 8.6.5
GHC == 8.4.4
GHC == 8.2.2
@@ -32,7 +33,7 @@
Control.Concurrent.Async.Lifted
Control.Concurrent.Async.Lifted.Safe
build-depends:
- base >= 4.5 && < 4.14
+ base >= 4.5 && < 4.15
, async >= 2.2 && < 2.3
, lifted-base >= 0.2 && < 0.3
, transformers-base >= 0.4 && < 0.5