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 for GHC 9.2.1 #37

Closed andreasabel closed 2 years ago

andreasabel commented 2 years ago

Allow base-4.17 for GHC 9.2.1, include 9.2.1 in the CI.

The base bump can be done as a hackage revision (without the need to upload a new version).

Blocking:

maoe commented 2 years ago

Thanks! Waiting for CI to finish.

maoe commented 2 years ago

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

andreasabel commented 2 years ago

Great! Probably you also meant to push tag v0.10.2.2 (missing atm).

maoe commented 2 years ago

Ah yes, I forgot to do it. Now it's pushed.