maoe / lifted-async

Run lifted IO operations asynchronously and wait for their results
http://hackage.haskell.org/package/lifted-async
BSD 3-Clause "New" or "Revised" License
29 stars 13 forks source link

Allow base-4.17 (GHC 9.4) and bump CI to latest GHC versions #39

Closed andreasabel closed 2 years ago

andreasabel commented 2 years ago

Allow base-4.17 (GHC 9.4) and bump CI to latest GHC versions.

Fixes #38.

Also: restrict CI to branches master and ci* to prevent duplicate CI runs for PRs.

maoe commented 2 years ago

LGTM, thanks!

maoe commented 2 years ago

Uploaded https://hackage.haskell.org/package/lifted-async-0.10.2.3

andreasabel commented 2 years ago

Thanks!