simonmar / async

Run IO operations asynchronously and wait for their results

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support GHC 9.2 (base bump)

andreasabel opened this issue · comments

GHC 9.2 is supported if base ub is bumped. See PR #116

@simonmar: Thanks!
Could you also make a revision on hackage with the bumped ub?

Installation at least worked with the relaxed ub:

$ cabal install async -w ghc-9.2.0 --allow-newer=async:base

Or are you anyway planning a release or seeing obstacles?

Having a GHC-9.2 compatible async out early would help with preparing the ecosystem for GHC 9.2, as async is a dependency for many fundamental packages.

Published 2.2.4