Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions changelog.d/5-internal/merge-http2-client-fix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Merged http2-client fixes as mentioned in the comments of #1703
13 changes: 9 additions & 4 deletions stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,16 +220,21 @@ extra-deps:
- mu-grpc-common-0.4.0.0
- compendium-client-0.2.1.1
# dependencies of mu
- http2-client-0.10.0.0
- http2-grpc-types-0.5.0.0
- http2-grpc-proto3-wire-0.1.0.0
- warp-grpc-0.4.0.1
- proto3-wire-1.2.0
- parameterized-0.5.0.0

# Fix in PR: https://github.com/haskell-grpc-native/http2-grpc-haskell/pull/48
- git: https://github.com/akshaymankar/http2-grpc-haskell
commit: 43507d54515cd5870e8f6d1f03b4d23e6cd460e2
# Unreleased master.
# Needed for https://github.com/lucasdicioccio/http2-client/pull/75
- git: https://github.com/lucasdicioccio/http2-client
commit: 73f5975e18eda9d071aa5548fcea6b5a51e61769

# Fix in PRs: https://github.com/haskell-grpc-native/http2-grpc-haskell/pull/48
# and https://github.com/haskell-grpc-native/http2-grpc-haskell/pull/46
- git: https://github.com/wireapp/http2-grpc-haskell
commit: eea98418672626eafbace3181ca34bf44bee91c0
subdirs:
- http2-client-grpc

Expand Down
28 changes: 16 additions & 12 deletions stack.yaml.lock
Original file line number Diff line number Diff line change
Expand Up @@ -719,13 +719,6 @@ packages:
sha256: 18996ce535e40483ca2e29397e606aae551552608f96a6a8cc647ce24e24e937
original:
hackage: compendium-client-0.2.1.1
- completed:
hackage: http2-client-0.10.0.0@sha256:85b8771e9e8d4fd0b4327373ebb4a7bc7f9a293e5d7a7dc581ca4153a841da67,2604
pantry-tree:
size: 853
sha256: 4731a8ea6bc88cd762a99370f71c4754bcb57806844ee57a45d59e114ab1b5cb
original:
hackage: http2-client-0.10.0.0
- completed:
hackage: http2-grpc-types-0.5.0.0@sha256:4d34edc06a48496130f19245817a7cd7ea15c78ac8815570c3795ffc4503cf27,1445
pantry-tree:
Expand Down Expand Up @@ -761,19 +754,30 @@ packages:
sha256: 843aed822e03279edf00a2595dfb22038b306f4f0acd6984bd108024c5102f90
original:
hackage: parameterized-0.5.0.0
- completed:
name: http2-client
version: 0.10.0.1
git: https://github.com/lucasdicioccio/http2-client
pantry-tree:
size: 1545
sha256: d0b3ab62eee8ee4c0ddec7a90fea78090815a54884646ddcdc451ff51d7e262a
commit: 73f5975e18eda9d071aa5548fcea6b5a51e61769
original:
git: https://github.com/lucasdicioccio/http2-client
commit: 73f5975e18eda9d071aa5548fcea6b5a51e61769
- completed:
subdir: http2-client-grpc
name: http2-client-grpc
version: 0.8.0.0
git: https://github.com/akshaymankar/http2-grpc-haskell
git: https://github.com/wireapp/http2-grpc-haskell
pantry-tree:
size: 455
sha256: b5ab96f6ef5bbe3dfef31e08316d54c4793cad71dbd02d5439fddaeea170e103
commit: 43507d54515cd5870e8f6d1f03b4d23e6cd460e2
sha256: 5599a7b9b801d669e2063ffd4ab767bb8bbf12d20069de0cbd8862bca78d7e42
commit: eea98418672626eafbace3181ca34bf44bee91c0
original:
subdir: http2-client-grpc
git: https://github.com/akshaymankar/http2-grpc-haskell
commit: 43507d54515cd5870e8f6d1f03b4d23e6cd460e2
git: https://github.com/wireapp/http2-grpc-haskell
commit: eea98418672626eafbace3181ca34bf44bee91c0
- completed:
name: http2
version: 2.0.6
Expand Down