summaryrefslogtreecommitdiff
path: root/src/compiler/GF.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF.hs')
-rw-r--r--src/compiler/GF.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiler/GF.hs b/src/compiler/GF.hs
index 503253589..43a2a0b7f 100644
--- a/src/compiler/GF.hs
+++ b/src/compiler/GF.hs
@@ -45,5 +45,5 @@ mainOpts opts files =
ModeHelp -> putStrLn helpMessage
ModeInteractive -> mainGFI opts files
ModeRun -> mainRunGFI opts files
+ ModeServer -> mainServerGFI opts files
ModeCompiler -> dieIOE (mainGFC opts files)
-