haskell-grpc-native / http2-client

A native HTTP2 client in Haskell
BSD 3-Clause "New" or "Revised" License
43 stars 27 forks source link

Relax lower bounds on `tls` #93

Closed domMayhew closed 6 months ago

domMayhew commented 6 months ago

As described in #90, the lower bounds on tls in the latest version on Hackage is incompatible with the upper bounds on tls in http2-client-grpc. My minimal testing (stack build and stack test) suggests that this package is compatible with at least tls-1.8.0.

If possible, please publish a meta-revision with this update.

Thanks so much for all your hard work!

lucasdicioccio commented 6 months ago

done optimistically (new revision with tls >= 1.8.0), i'll try to do some more verifications before merging (and might revert the revision)

domMayhew commented 6 months ago

Amazing, thanks!

lucasdicioccio commented 6 months ago

Thanks for your contribution @domMayhew :+1: will have more look into more grpc libs over the next WE (proto-lens appears to be moving to 9.8, not so sure for proto3-wire).