haskell-grpc-native / http2-client

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

Release to hackage? #73

Closed akshaymankar closed 3 years ago

akshaymankar commented 3 years ago

Hello, I am exploring solutions to an issue in a downstream library http2-client-grpc and it looks like the unreleased changes from https://github.com/lucasdicioccio/http2-client/pull/70 will be very helpful in fixing those. It would make life much easier if the latest code on the master branch of this repository was released to hackage.

lucasdicioccio commented 3 years ago

Hi Akshay! thanks for the small reminder. I'll look into doing that over the week-end, or next week at worst.

lucasdicioccio commented 3 years ago

Here we go.

https://hackage.haskell.org/package/http2-client-0.10.0.0

Please let me know if it's good for you => If so please leave the issue open as I'll push a post-release commit.

With <3, Lucas

akshaymankar commented 3 years ago

Thanks for the quick response!