packages feed

lifted-async 0.10.2 → 0.10.2.1

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~tasty-benchPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: tasty-bench

API changes (from Hackage documentation)

Files

CHANGELOG.md view
@@ -1,6 +1,10 @@ # Revision history for lifted-async -## v0.10.2 - 20201-04-02+## v0.10.2.1 - 2021-07-23++* Relax upper version bound for tasty-bench++## v0.10.2 - 2021-04-02  * Define withAsync in terms of corresponding function from async ([#36](https://github.com/maoe/lifted-async/pull/36))   * Fixes [#34](https://github.com/maoe/lifted-async/issues/34)
lifted-async.cabal view
@@ -1,6 +1,6 @@ cabal-version:       1.24 name:                lifted-async-version:             0.10.2+version:             0.10.2.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@@ -92,7 +92,7 @@   build-depends:       base     , async-    , tasty-bench < 0.3+    , tasty-bench < 0.4     , deepseq     , lifted-async   default-language: Haskell2010@@ -105,7 +105,7 @@   build-depends:       base     , async-    , tasty-bench < 0.3+    , tasty-bench < 0.4     , deepseq     , lifted-async   default-language: Haskell2010