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, 2 insertions, 0 deletions
diff --git a/src/compiler/GF.hs b/src/compiler/GF.hs
index 43a2a0b7f..bb68f5de6 100644
--- a/src/compiler/GF.hs
+++ b/src/compiler/GF.hs
@@ -3,6 +3,7 @@ module Main where
import GFC
import GFI
+import GFTags
import GF.Data.ErrM
import GF.Infra.Option
import GF.Infra.UseIO
@@ -47,3 +48,4 @@ mainOpts opts files =
ModeRun -> mainRunGFI opts files
ModeServer -> mainServerGFI opts files
ModeCompiler -> dieIOE (mainGFC opts files)
+ ModeTags -> dieIOE (mainTags opts files)