This directory contains a couple of very short examples of a client and server. To build it, you need to run codec-libevent-generate(*) on testrpc.rpc like: % codec-libevent-generate testrpc.rpc TestRPC > TestRPC.hs Then run the programs with % cd ../src % ghci -i../examples ../examples/client.hs (or service.hs) (* this is a binary which is installed by the codec-libevent package)