simonmar / async

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

Haskell-CI with GitHub Actions for 7.0.4 -- 9.2-rc1 #116

Closed andreasabel closed 3 years ago

andreasabel commented 3 years ago

Haskell-CI with GitHub Actions for 7.0.4 -- 8.10.3 Also updated tested-with in .cabal file.

Locally tested also with 8.10.4. Unfortunately, cannot build test-suite yet with 9.0.1. (Blocked on https://github.com/haskell-hvr/regex-base/pull/10.)

andreasabel commented 3 years ago

Ping @simonmar. Successful CI run there: https://github.com/andreasabel/async/actions/runs/1217884681, including 9.0 and 9.2. Actions will run here as well once merged into master.

simonmar commented 3 years ago

Thankyou!