From bcab7a039502b8e331e90cddd49ea60d9fdc7e60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=B6ber?= Date: Sun, 27 Dec 2015 00:00:43 +0100 Subject: [PATCH] docs --- src/GHCMod/Options/Commands.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GHCMod/Options/Commands.hs b/src/GHCMod/Options/Commands.hs index 098bd04..3848a2c 100644 --- a/src/GHCMod/Options/Commands.hs +++ b/src/GHCMod/Options/Commands.hs @@ -56,11 +56,11 @@ data GhcModCommands = | CmdSig FilePath Point | CmdAuto FilePath Point | CmdRefine FilePath Point Expr + | CmdTest FilePath -- interactive-only commands | CmdMapFile FilePath | CmdUnmapFile FilePath | CmdQuit - | CmdTest FilePath deriving (Show) commandsSpec :: Parser GhcModCommands