awakesecurity / gRPC-haskell

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

Add derived instances needed by `grpc-mqtt` #146

Closed riz0id closed 1 year ago

riz0id commented 1 year ago

This PR includes a number of instances that grpc-mqtt depends on. These changes will keep grpc-mqtt from needing to declare orphaned instance declarations in order to make use of these instances.