packages feed

lifted-async 0.10.1.1 → 0.10.1.2

raw patch · 2 files changed

+6/−2 lines, 2 filesdep ~tasty-expected-failurePVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tasty-expected-failure

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for lifted-async +## v0.10.1.2 - 2020-07-23++* Relax upper version bound for tasty-expected-failure+ ## v0.10.1.1 - 2020-06-29  * Bump up cabal-version to 1.24
lifted-async.cabal view
@@ -1,6 +1,6 @@ cabal-version:       1.24 name:                lifted-async-version:             0.10.1.1+version:             0.10.1.2 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@@ -64,7 +64,7 @@     , monad-control     , mtl     , tasty-    , tasty-expected-failure < 0.12+    , tasty-expected-failure < 0.13     , tasty-hunit >= 0.9 && < 0.11     , tasty-th   default-language: Haskell2010