diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2011-11-14 16:08:56 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2011-11-14 16:08:56 +0000 |
| commit | 7be8566f35737aeb44f2af30e6e33ccf6bb10903 (patch) | |
| tree | ab85fb0ded9c8f164e43299c015d98bfda491f64 /src/compiler/GF.hs | |
| parent | 7f9e245c36bd72b2fc956381f7072d69f3a80a6d (diff) | |
the new design for -tags
Diffstat (limited to 'src/compiler/GF.hs')
| -rw-r--r-- | src/compiler/GF.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/compiler/GF.hs b/src/compiler/GF.hs index bb68f5de6..43a2a0b7f 100644 --- a/src/compiler/GF.hs +++ b/src/compiler/GF.hs @@ -3,7 +3,6 @@ module Main where import GFC import GFI -import GFTags import GF.Data.ErrM import GF.Infra.Option import GF.Infra.UseIO @@ -48,4 +47,3 @@ mainOpts opts files = ModeRun -> mainRunGFI opts files ModeServer -> mainServerGFI opts files ModeCompiler -> dieIOE (mainGFC opts files) - ModeTags -> dieIOE (mainTags opts files) |
