Name: chat Version: 0.1 Synopsis: Chat server and client Description: A simple chat server and client project Category: Network Author: Jonathan Daugherty Maintainer: Jonathan Daugherty Build-Type: Simple Executable: chat-server Main-is: ServerMain.hs Hs-Source-Dirs: src GHC-Options: -Wall -Werror -threaded Executable: chat-client Main-is: ClientMain.hs Hs-Source-Dirs: src GHC-Options: -Wall -Werror -threaded Build-Depends: base, network, parsec, mtl, containers, stm, gtk Other-Modules: Network.Chat.Protocol Network.Chat.Parse Network.Chat.Util