haskell-grpc-native / http2-grpc-haskell

gRPC over HTTP/2 for Haskell, client and server
38 stars 25 forks source link

Update bounds on http2 #62

Closed domMayhew closed 7 months ago

domMayhew commented 9 months ago

Purpose

The upper bounds on http2 in warp-grpc and http2-client-grpc can be increased. This is intedended to work with the open PR on http2-client which increases the lower bounds for http2.

Changes in this PR:

  1. Increase upper bounds in warp-grpc and http2-client-grpc.
  2. Switch warp-grpc to use a .cabal file.
  3. Update stack-19.yaml to use http2-4.1.2.
    1. I have confirmed that both packages build with http2-4.2.2 (latest version before 5) and can provide the stack.yaml files I used. However, those configurations do not work for all packages in this repo, so I have commited a config with http2-4.1.2.
lucasdicioccio commented 7 months ago

Thanks! merging first, and will soon make something a tad better for following-up with patches.

domMayhew commented 7 months ago

Thank you!

domMayhew commented 7 months ago

Is it possible to publish new versions to Hackage? Sorry, I know I'm sounding like a broken record!