src/Network/GRPC/Client.hs:77:44: error:
Not in scope: type constructor or class ‘RPC’
|
77 | waitReply :: (Service s, HasMethod s m) => RPC s m -> Decoding -> Http2Stream -> IncomingFlowControl -> IO (RawReply (MethodOutput s m))
| ^^^
src/Network/GRPC/Client.hs:115:33: error:
Not in scope: type constructor or class ‘RPC’
|
115 | rpcFromCall :: RPCCall s m a -> RPC s m
| ^^^
src/Network/GRPC/Client.hs:159:6: error:
Not in scope: type constructor or class ‘RPC’
|
159 | => RPC s m
| ^^^
src/Network/GRPC/Client.hs:212:6: error:
Not in scope: type constructor or class ‘RPC’
|
212 | => RPC s m
| ^^^
src/Network/GRPC/Client.hs:239:6: error:
Not in scope: type constructor or class ‘RPC’
|
239 | => RPC s m
| ^^^
src/Network/GRPC/Client.hs:266:6: error:
Not in scope: type constructor or class ‘RPC’
|
266 | => RPC s m
| ^^^
Similar to https://hackage.haskell.org/package/mu-grpc-client-0.1.0.0/reports/2
My setup is here https://github.com/soulomoon/mapreducehs.
cabal:
error: