simonmar / async

Run IO operations asynchronously and wait for their results
BSD 3-Clause "New" or "Revised" License
323 stars 65 forks source link

Support GHC 9.4 #133

Closed andreasabel closed 2 years ago

andreasabel commented 2 years ago

A base bump is likely sufficient to support GHC 9.4. This works on macOS:

cabal test --allow-newer=async:base --allow-newer='hashable:*'

Blocker: