chat Simple chat server and client. The Server part follows the book Practical Concurrent Haskell with minor modifications. Run start server: $ stack exec server start client: $ stack exec client