diff --git a/async-2.0.2.tar.gz b/async-2.0.2.tar.gz deleted file mode 100644 index e09ad39..0000000 --- a/async-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:db54d384259eee2f3ca525821f45fe509b9a101fbf3a8df7132aa9622626fd2b -size 8565 diff --git a/async-2.1.0.tar.gz b/async-2.1.0.tar.gz new file mode 100644 index 0000000..6f35ea0 --- /dev/null +++ b/async-2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:93c37611f9c68b5cdc8cd9960ae77a7fbc25da83cae90137ef1378d857f22c2f +size 9293 diff --git a/ghc-async.changes b/ghc-async.changes index 29c6f43..b6a6291 100644 --- a/ghc-async.changes +++ b/ghc-async.changes @@ -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 diff --git a/ghc-async.spec b/ghc-async.spec index a38d25c..ce9e676 100644 --- a/ghc-async.spec +++ b/ghc-async.spec @@ -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