lifted-async 0.10.0.4 → 0.10.0.5
raw patch · 2 files changed
+7/−3 lines, 2 filesdep ~constraintsPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: constraints
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- lifted-async.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for lifted-async +## v0.10.0.5 - 2020-02-08++* Relax upper version bounds for constraints+ ## v0.10.0.4 - 2019-05-03 * Relax upper version bounds for base and constraints
lifted-async.cabal view
@@ -1,5 +1,5 @@ name: lifted-async-version: 0.10.0.4+version: 0.10.0.5 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@@ -12,7 +12,7 @@ build-type: Simple cabal-version: >= 1.8 tested-with:- GHC == 8.8.1+ GHC == 8.8.2 GHC == 8.6.5 GHC == 8.4.4 GHC == 8.2.2@@ -38,7 +38,7 @@ , transformers-base >= 0.4 && < 0.5 , monad-control == 1.0.* if impl(ghc >= 7.8)- build-depends: constraints >= 0.2 && < 0.12+ build-depends: constraints >= 0.2 && < 0.13 else build-depends: constraints >= 0.2 && < 0.6 ghc-options: -Wall