Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import http2 fix #1582

Merged
merged 4 commits into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,11 @@ extra-deps:
subdirs:
- http2-client-grpc

# Fix in for issue #27: https://github.com/kazu-yamamoto/http2/issues/27
# Note: the patch is based on version 2.0.6 of http2
- git: https://github.com/wireapp/http2 # (2021-06-09) branch: header-encoding-0-size-table-backport
commit: 7c465be1201e0945b106f7cc6176ac1b1193be13

############################################################
# Development tools
############################################################
Expand Down
11 changes: 11 additions & 0 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -767,6 +767,17 @@ packages:
subdir: http2-client-grpc
git: https://github.com/akshaymankar/http2-grpc-haskell
commit: 43507d54515cd5870e8f6d1f03b4d23e6cd460e2
- completed:
name: http2
version: 2.0.6
git: https://github.com/wireapp/http2
pantry-tree:
size: 51601
sha256: 0a048cf85ab9614f2da80e3a8cf72ee7674cecea86b37a5e56011add73e5fa03
commit: 7c465be1201e0945b106f7cc6176ac1b1193be13
original:
git: https://github.com/wireapp/http2
commit: 7c465be1201e0945b106f7cc6176ac1b1193be13
- completed:
hackage: ormolu-0.1.4.1@sha256:ed404eac6e4eb64da1ca5fb749e0f99907431a9633e6ba34e44d260e7d7728ba,6499
pantry-tree:
Expand Down