gRPC-haskell/src/Network/GRPC
intractable 4a30625a70 Expose ClientError type (#36)
* Expose the max receive message length channel argument + unittest

* `ClientError` GADT ctor => `ClientErrorResponse`, expose `ClientError`

Prior to this commit, the name `ClientError` was both:
  - The name of a data constructor name for the `ClientResult` GADT
  - A name of an internal sum type for capturing different kinds of client
    errors

We want to expose the latter to users of the library, and so expose the latter
and rename the former.

* Remove unused `MultiWayIf` lang ext
2017-10-23 10:11:13 -05:00
..
HighLevel Expose ClientError type (#36) 2017-10-23 10:11:13 -05:00
LowLevel Make serverRequestCall interruptible (#30) 2017-08-21 10:35:05 -05:00
Unsafe Expose GRPC_ARG_MAX_RECEIVE_MESSAGE_LENGTH channel arg (#35) 2017-10-20 16:39:26 -05:00
HighLevel.hs MONAPP-1369: Server options for generated code. (#76) 2016-11-30 14:22:47 -08:00
LowLevel.hs Remove a bunch of compilation warnings. (#9) 2017-03-16 12:42:51 -05:00
Unsafe.chs gRPC 1.2.0 compatibility (#12) 2017-04-14 19:28:01 -07:00