packages feed

lifted-async 0.9.1 → 0.9.1.1

raw patch · 3 files changed

+14/−4 lines, 3 filesdep ~constraintsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: constraints

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,3 +1,11 @@+## v0.9.1.1 - 2017-01-26++* Relax upper version bound for constraints++## v0.9.1 - 2017-01-13++* Add (for|map)Concurrently_ (#21)+ ## v0.9.0 - 2016-05-22  * Leverage `StM m a ~ a` in the `Safe` module for faster `wait`/`poll`/`race`/`concurrently`
README.md view
@@ -1,7 +1,9 @@ lifted-async ==========+[![Hackage](https://img.shields.io/hackage/v/lifted-async.svg)](https://hackage.haskell.org/package/lifted-async)+[![Hackage-Deps](https://img.shields.io/hackage-deps/v/lifted-async.svg)](http://packdeps.haskellers.com/feed?needle=lifted-async)+[![lifted-async on Stackage LTS 3](http://stackage.org/package/lifted-async/badge/lts)](http://stackage.org/lts/package/lifted-async) [![Build Status](https://secure.travis-ci.org/maoe/lifted-async.png)](http://travis-ci.org/maoe/lifted-async)-[![Coverage Status](https://coveralls.io/repos/maoe/lifted-async/badge.png)](https://coveralls.io/r/maoe/lifted-async) [![Gitter chat](https://badges.gitter.im/maoe/lifted-async.png)](https://gitter.im/maoe/lifted-async)  This package provides IO operations from [async](http://hackage.haskell.org/package/async) package lifted to any instance of `MonadBase` or `MonadBaseControl` from [monad-control](http://hackage.haskell.org/package/monad-control) package.
lifted-async.cabal view
@@ -1,5 +1,5 @@ name:                lifted-async-version:             0.9.1+version:             0.9.1.1 synopsis:            Run lifted IO operations asynchronously and wait for their results homepage:            https://github.com/maoe/lifted-async bug-reports:         https://github.com/maoe/lifted-async/issues@@ -42,7 +42,7 @@   if flag(monad-control-1)     build-depends: monad-control == 1.0.*     if impl(ghc >= 7.8)-        build-depends: constraints >= 0.2 && < 0.9+        build-depends: constraints >= 0.2 && < 0.10     else         build-depends: constraints >= 0.2 && < 0.6   else@@ -115,5 +115,5 @@  source-repository this   type: git-  tag: v0.9.0+  tag: v0.9.1.1   location: https://github.com/maoe/lifted-async.git