summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Compile.hs
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@chalmers.se>2008-05-22 13:05:12 +0000
committerkr.angelov <kr.angelov@chalmers.se>2008-05-22 13:05:12 +0000
commit9d6c383c07a2ec88ca63c4dbd08621a11fb6eef0 (patch)
tree584f74eab85d8ac62ac9a2fdde2700c557ef9b6b /src-3.0/GF/Compile.hs
parenta28b61be1c28ce82bf00a514b63f53b2652b8d0b (diff)
move GF.Devel.GetGrammar to GF.Compile.GetGrammar
Diffstat (limited to 'src-3.0/GF/Compile.hs')
-rw-r--r--src-3.0/GF/Compile.hs2
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