summaryrefslogtreecommitdiffhomepage
path: root/debug-me.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-04-28 17:00:17 -0400
committerJoey Hess <joeyh@joeyh.name>2017-04-28 17:00:17 -0400
commite683f156b7eb8e761c254704538914d86f309801 (patch)
treee239803c2f775cbb914a8c7db44189974728781a /debug-me.hs
parente833b89e2a1a1c2acbc0eb8bed1760ef0e50f3c5 (diff)
downloaddebug-me-e683f156b7eb8e761c254704538914d86f309801.tar.gz
control window and chatting
Works!
Diffstat (limited to 'debug-me.hs')
-rw-r--r--debug-me.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/debug-me.hs b/debug-me.hs
index 9319483..98d2d27 100644
--- a/debug-me.hs
+++ b/debug-me.hs
@@ -4,6 +4,7 @@ import CmdLine
import Graphviz
import Replay
import Server
+import Control
import qualified Role.User
import qualified Role.Developer
import qualified Role.Downloader
@@ -23,3 +24,4 @@ main = withSocketsDo $ do
GraphvizMode o -> graphviz o
ReplayMode o -> replay o
ServerMode o -> server o
+ ControlMode o -> control o