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:
parent
91e03d1239
commit
ddb1f09080
@ -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
3
async-2.0.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b
|
||||||
|
size 8565
|
@ -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
|
Tue Sep 9 20:19:55 UTC 2014 - peter.trommler@ohm-hochschule.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package ghc-async
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name async
|
%global pkg_name async
|
||||||
|
|
||||||
Name: ghc-async
|
Name: ghc-async
|
||||||
Version: 2.0.1.5
|
Version: 2.0.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Run IO operations asynchronously and wait for their results
|
Summary: Run IO operations asynchronously and wait for their results
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user