awakesecurity / gRPC-haskell

Haskell gRPC support
https://hackage.haskell.org/package/grpc-haskell
Apache License 2.0
238 stars 75 forks source link

Client helpers, re-exports, and fixups #70

Closed intractable closed 5 years ago

intractable commented 5 years ago

This PR provides two utility functions in the Network.GRPC.HighLevel.Client module, and re-exports some additional types from the lower level so that client code need only import that module.

Also adds a Show instance for ClientSSLKeyCertPair, fixes example compilation, and ensures c2hs is available in nix-shell environments.