From ddb1f090800bb9069c1e264fbb7f38c10f2a2c512b5f9c61a88107041466df8d Mon Sep 17 00:00:00 2001 From: Peter Trommler Date: Sat, 2 May 2015 09:38:44 +0000 Subject: [PATCH] Accepting request 304520 from devel:languages:haskell:lts - update to 2.0.2 * Add a Monad instance for Concurrently * Bump base dependency to allow 4.9 * Add workaround to waitCatch for #14 OBS-URL: https://build.opensuse.org/request/show/304520 OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-async?expand=0&rev=11 --- async-2.0.1.5.tar.gz | 3 --- async-2.0.2.tar.gz | 3 +++ ghc-async.changes | 7 +++++++ ghc-async.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 async-2.0.1.5.tar.gz create mode 100644 async-2.0.2.tar.gz diff --git a/async-2.0.1.5.tar.gz b/async-2.0.1.5.tar.gz deleted file mode 100644 index c4193c4..0000000 --- a/async-2.0.1.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cd13ac558f4f63e567100805770648e89307a3210852b17038c9be4fcc3aa83c -size 8350 diff --git a/async-2.0.2.tar.gz b/async-2.0.2.tar.gz new file mode 100644 index 0000000..e09ad39 --- /dev/null +++ b/async-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b +size 8565 diff --git a/ghc-async.changes b/ghc-async.changes index dd8aef2..29c6f43 100644 --- a/ghc-async.changes +++ b/ghc-async.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Apr 13 07:36:06 UTC 2015 - mimi.vx@gmail.com + +- update to 2.0.2 +* Add a Monad instance for Concurrently * Bump base dependency to allow 4.9 +* Add workaround to waitCatch for #14 + ------------------------------------------------------------------- Tue Sep 9 20:19:55 UTC 2014 - peter.trommler@ohm-hochschule.de diff --git a/ghc-async.spec b/ghc-async.spec index ffe8de1..a38d25c 100644 --- a/ghc-async.spec +++ b/ghc-async.spec @@ -1,7 +1,7 @@ # # spec file for package ghc-async # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 async Name: ghc-async -Version: 2.0.1.5 +Version: 2.0.2 Release: 0 Summary: Run IO operations asynchronously and wait for their results License: BSD-3-Clause