haskell / network

Low-level networking interface
http://hackage.haskell.org/package/network
Other
322 stars 186 forks source link

Support GHCs 9.4 and 9.6 in CI #546

Closed andreasabel closed 1 year ago

andreasabel commented 1 year ago

Currently, CI only tests up to 9.2. https://github.com/haskell/network/blob/df11dab3409ecc0f6bb5202b45d6b63dd73b9928/.github/workflows/haskell.yml#L70

(@kazu-yamamoto you a probably well aware of this, just making an issue for reference.)

kazu-yamamoto commented 1 year ago

Would you send a PR in order to add 9.4 and 9.6?