lifted-async 0.6.0 → 0.6.0.1
raw patch · 2 files changed
+7/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- lifted-async.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,7 @@+## v0.6.0.1 - 2015-01-14++* Increase the lower bound for base to >= 4.5+ ## v0.6.0 - 2015-01-13 * Replace `StM m a ~ a` in the type signatures with `Forall (Pure m)` (#12)
lifted-async.cabal view
@@ -1,5 +1,5 @@ name: lifted-async-version: 0.6.0+version: 0.6.0.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@@ -30,7 +30,7 @@ Control.Concurrent.Async.Lifted Control.Concurrent.Async.Lifted.Safe build-depends:- base >= 4.3 && < 4.9+ base >= 4.5 && < 4.9 , async >= 2.0.1 && < 2.1 , lifted-base >= 0.2 && < 0.3 , transformers-base >= 0.4 && < 0.5@@ -108,5 +108,5 @@ source-repository this type: git- tag: v0.6.0+ tag: v0.6.0.1 location: https://github.com/maoe/lifted-async.git