Accepting request 355922 from devel:languages:haskell

- update to 2.1.0
* Bump base dependency to allow 4.10
* Remove invalid Monad instance for Concurrently
* Add Monoid and Semigroup instances for Concurrently
* Add forConcurrently (flipped version of mapConcurrently)
* Add STM version of all applicable IO functions: waitAnySTM, waitAnyCatchSTM, 
	waitEitherSTM, waitEitherCatchSTM, waitEitherSTM_, and waitBothSTM. (forwarded request 355921 from mimi_vx)

OBS-URL: https://build.opensuse.org/request/show/355922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-async?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2016-01-28 16:23:30 +00:00 committed by Git OBS Bridge
commit 366fe32134
4 changed files with 16 additions and 5 deletions

View File

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

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

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 24 10:10:44 UTC 2016 - mimi.vx@gmail.com
- update to 2.1.0
* Bump base dependency to allow 4.10
* Remove invalid Monad instance for Concurrently
* Add Monoid and Semigroup instances for Concurrently
* Add forConcurrently (flipped version of mapConcurrently)
* Add STM version of all applicable IO functions: waitAnySTM, waitAnyCatchSTM,
waitEitherSTM, waitEitherCatchSTM, waitEitherSTM_, and waitBothSTM.
-------------------------------------------------------------------
Mon Apr 13 07:36:06 UTC 2015 - mimi.vx@gmail.com

View File

@ -19,14 +19,14 @@
%global pkg_name async
Name: ghc-async
Version: 2.0.2
Version: 2.1.0
Release: 0
Summary: Run IO operations asynchronously and wait for their results
License: BSD-3-Clause
Group: System/Libraries
Url: http://hackage.haskell.org/package/%{pkg_name}
Source0: http://hackage.haskell.org/packages/archive/%{pkg_name}/%{version}/%{pkg_name}-%{version}.tar.gz
Source0: http://hackage.haskell.org/package/%{pkg_name}-%{version}/%{pkg_name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: ghc-Cabal-devel