summaryrefslogtreecommitdiffhomepage
path: root/debug-me.hs
diff options
context:
space:
mode:
authorJoey Hess <joeyh@joeyh.name>2017-05-04 16:44:38 -0400
committerJoey Hess <joeyh@joeyh.name>2017-05-04 16:44:38 -0400
commit6d6bb94c3646cdaa44f807b879fea3058387c5ae (patch)
tree21538c8aac8172b8cab9f721525770853094c626 /debug-me.hs
parent18e70a49274033d0598fcdfe830f80b0cc3552f0 (diff)
downloaddebug-me-6d6bb94c3646cdaa44f807b879fea3058387c5ae.tar.gz
--verify mode
This commit was sponsored by Thom May on Patreon.
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 c9bbd22..42931c6 100644
--- a/debug-me.hs
+++ b/debug-me.hs
@@ -8,6 +8,7 @@ module Main where
import CmdLine
import Graphviz
import Replay
+import Verify
import Server
import ControlWindow
import qualified Role.User
@@ -28,5 +29,6 @@ main = withSocketsDo $ do
WatchMode o -> Role.Watcher.run o
GraphvizMode o -> graphviz o
ReplayMode o -> replay o
+ VerifyMode o -> verify o
ServerMode o -> server o
ControlMode o -> controlWindow o