diff options
Diffstat (limited to 'src-3.0/GF/Compile.hs')
| -rw-r--r-- | src-3.0/GF/Compile.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-3.0/GF/Compile.hs b/src-3.0/GF/Compile.hs index dba6c96cc..80f5c0fd4 100644 --- a/src-3.0/GF/Compile.hs +++ b/src-3.0/GF/Compile.hs @@ -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 |
