haskell / unix

POSIX functionality
https://hackage.haskell.org/package/unix
Other
107 stars 92 forks source link

`unix-2.8` release for GHC 9.6 #272

Closed bgamari closed 1 year ago

bgamari commented 1 year ago

It be great to have a release on the 2.8 branch in the next few weeks to ship with GHC 9.6.1. We are currently using 98adc732bfbfca4fef945d546ecbaae13952a950 which is an 17 commits ahead of v2.8.0.0. If necessary we can revert to a revision of v2.8.0.0 but we would prefer not to due to the many WASI fixes in master.

Bodigrim commented 1 year ago

I think master branch is good to go, unless there is an appetite to squeeze #251 into.

@hasufell could you please take care of this release?

hasufell commented 1 year ago

@bgamari is 978e4e781b3a26a3d6b2f17efba7dbc176eca798 ok? There are two more interesting commits that it includes:

Bodigrim commented 1 year ago

@hasufell if you want to double-check, you can bump GHC submodule and see how it goes before cutting a release. But I believe we want to include both of the commits in the release.

hasufell commented 1 year ago