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 +8/−0
- README.md +3/−1
- lifted-async.cabal +3/−3
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 ==========+[](https://hackage.haskell.org/package/lifted-async)+[](http://packdeps.haskellers.com/feed?needle=lifted-async)+[](http://stackage.org/lts/package/lifted-async) [](http://travis-ci.org/maoe/lifted-async)-[](https://coveralls.io/r/maoe/lifted-async) [](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