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
This commit is contained in:
Peter Trommler 2015-05-02 09:38:44 +00:00 committed by Git OBS Bridge
parent 91e03d1239
commit ddb1f09080
4 changed files with 12 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd13ac558f4f63e567100805770648e89307a3210852b17038c9be4fcc3aa83c
size 8350

3
async-2.0.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b
size 8565

View File

@ -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

View File

@ -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