1
0
forked from GitHub/gf-core

the new design for -tags

This commit is contained in:
kr.angelov
2011-11-14 16:08:56 +00:00
parent 7f9e245c36
commit 7be8566f35
5 changed files with 80 additions and 45 deletions

View File

@@ -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)