packages feed

http2-client-grpc 0.5.0.4 → 0.6.0.0

raw patch · 2 files changed

+8/−4 lines, 2 filesdep ~http2-grpc-typesdep ~lensdep ~proto-lens

Dependency ranges changed: http2-grpc-types, lens, proto-lens

Files

Changelog.md view
@@ -2,6 +2,10 @@  ## Unreleased changes +## 0.5.0.4++Use proto-lens-0.4.0.0, this change is package-list incompatible but requires no code change.+ ## 0.5.0.3  Add helpers for new bidirectional and general streams.
http2-client-grpc.cabal view
@@ -1,5 +1,5 @@ name:                http2-client-grpc-version:             0.5.0.4+version:             0.6.0.0 synopsis:            Implement gRPC-over-HTTP2 clients. description:         A gRPC over http2-client using proto-lens to generate client code. homepage:            https://github.com/lucasdicioccio/http2-client-grpc#readme@@ -23,11 +23,11 @@                      , bytestring >= 0.10.8 && < 0.10.9                      , case-insensitive >= 1.2.0 && < 1.3                      , data-default-class >= 0.1 && <0.2-                     , lens >= 4.16 && < 4.17+                     , lens >= 4.16 && < 4.18                      , http2 >= 1.6 && < 1.7                      , http2-client >= 0.8 && < 0.9-                     , http2-grpc-types >= 0.3 && < 0.4-                     , proto-lens >= 0.4 && < 0.5+                     , http2-grpc-types >= 0.4 && < 0.5+                     , proto-lens >= 0.5 && < 0.6                      , text >= 1.2 && < 1.3                      , tls >= 1.4 && < 1.5   default-language:    Haskell2010