awakesecurity / gRPC-haskell

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

Derive stock `StatusCode` instances #148

Closed riz0id closed 1 year ago

riz0id commented 1 year ago

This PR derives the stock Bounded, Data, Generic, Lift, and Ord instances for the StatusCode enum.

riz0id commented 1 year ago

@Friede80 Oh sweet thank you.