packages feed

http2-client-grpc 0.5.0.3 → 0.5.0.4

raw patch · 1 files changed

+2/−3 lines, 1 filesdep −proto-lens-protocdep ~proto-lensPVP ok

version bump matches the API change (PVP)

Dependencies removed: proto-lens-protoc

Dependency ranges changed: proto-lens

API changes (from Hackage documentation)

Files

http2-client-grpc.cabal view
@@ -1,5 +1,5 @@ name:                http2-client-grpc-version:             0.5.0.3+version:             0.5.0.4 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@@ -27,8 +27,7 @@                      , http2 >= 1.6 && < 1.7                      , http2-client >= 0.8 && < 0.9                      , http2-grpc-types >= 0.3 && < 0.4-                     , proto-lens >= 0.3 && < 0.4-                     , proto-lens-protoc >= 0.3 && < 0.4+                     , proto-lens >= 0.4 && < 0.5                      , text >= 1.2 && < 1.3                      , tls >= 1.4 && < 1.5   default-language:    Haskell2010