move GF.Devel.GetGrammar to GF.Compile.GetGrammar

This commit is contained in:
kr.angelov
2008-05-22 13:05:12 +00:00
parent 0df428f676
commit 3a8fd6802a
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
module GF.Compile (batchCompile, compileToGFCC) where
-- the main compiler passes
import GF.Devel.GetGrammar
import GF.Compile.GetGrammar
import GF.Compile.Extend
import GF.Compile.Rebuild
import GF.Compile.Rename

View File

@@ -12,7 +12,7 @@
-- this module builds the internal GF grammar that is sent to the type checker
-----------------------------------------------------------------------------
module GF.Devel.GetGrammar where
module GF.Compile.GetGrammar where
import GF.Data.Operations
import qualified GF.Source.ErrM as E