lifted-async 0.10.0.5 → 0.10.0.6
raw patch · 2 files changed
+9/−4 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- lifted-async.cabal +5/−4
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for lifted-async +## v0.10.0.6 - 2020-03-31++* Relax upper version bound for base to suppose GHC 8.10 ([#30](https://github.com/maoe/lifted-async/pull/30))+ ## v0.10.0.5 - 2020-02-08 * Relax upper version bounds for constraints
lifted-async.cabal view
@@ -1,5 +1,5 @@ name: lifted-async-version: 0.10.0.5+version: 0.10.0.6 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@@ -7,12 +7,13 @@ license-file: LICENSE author: Mitsutoshi Aoe maintainer: Mitsutoshi Aoe <me@maoe.name>-copyright: Copyright (C) 2012-2019 Mitsutoshi Aoe+copyright: Copyright (C) 2012-2020 Mitsutoshi Aoe category: Concurrency build-type: Simple cabal-version: >= 1.8 tested-with:- GHC == 8.8.2+ GHC == 8.10.1+ GHC == 8.8.3 GHC == 8.6.5 GHC == 8.4.4 GHC == 8.2.2@@ -32,7 +33,7 @@ Control.Concurrent.Async.Lifted Control.Concurrent.Async.Lifted.Safe build-depends:- base >= 4.5 && < 4.14+ base >= 4.5 && < 4.15 , async >= 2.2 && < 2.3 , lifted-base >= 0.2 && < 0.3 , transformers-base >= 0.4 && < 0.5