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:
Increase upper bounds in warp-grpc and http2-client-grpc.
Switch warp-grpc to use a .cabal file.
Update stack-19.yaml to use http2-4.1.2.
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.
Purpose
The upper bounds on
http2
inwarp-grpc
andhttp2-client-grpc
can be increased. This is intedended to work with the open PR onhttp2-client
which increases the lower bounds forhttp2
.Changes in this PR:
warp-grpc
andhttp2-client-grpc
.warp-grpc
to use a.cabal
file.stack-19.yaml
to usehttp2-4.1.2
.http2-4.2.2
(latest version before5
) and can provide thestack.yaml
files I used. However, those configurations do not work for all packages in this repo, so I have commited a config withhttp2-4.1.2
.