Skip to content

Commit

Permalink
Merge tag 'v0.10.2.1' into develop
Browse files Browse the repository at this point in the history
v0.10.2.1

* Relax upper version bound for tasty-bench
  • Loading branch information
maoe committed Jul 22, 2021
2 parents 922f546 + cd315cd commit 640ee6d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Revision history for lifted-async

## 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))
Expand Down
6 changes: 3 additions & 3 deletions lifted-async.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -92,7 +92,7 @@ benchmark benchmark-lifted-async
build-depends:
base
, async
, tasty-bench < 0.3
, tasty-bench < 0.4
, deepseq
, lifted-async
default-language: Haskell2010
Expand All @@ -105,7 +105,7 @@ benchmark benchmark-lifted-async-threaded
build-depends:
base
, async
, tasty-bench < 0.3
, tasty-bench < 0.4
, deepseq
, lifted-async
default-language: Haskell2010
Expand Down

0 comments on commit 640ee6d

Please sign in to comment.