summaryrefslogtreecommitdiff
path: root/src-3.0/GF/Command/Importing.hs
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@chalmers.se>2008-05-22 12:57:33 +0000
committerkr.angelov <kr.angelov@chalmers.se>2008-05-22 12:57:33 +0000
commita28b61be1c28ce82bf00a514b63f53b2652b8d0b (patch)
tree83387d63a21b949473ba6b067722aa1cd89f10ee /src-3.0/GF/Command/Importing.hs
parent2e49f7f5b15e106f46e6d714b6e91aaf1a303bcd (diff)
move GF.Devel.Compile and GF.Compile.API to GF.Compile
Diffstat (limited to 'src-3.0/GF/Command/Importing.hs')
-rw-r--r--src-3.0/GF/Command/Importing.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src-3.0/GF/Command/Importing.hs b/src-3.0/GF/Command/Importing.hs
index a09ba8de6..bca59048f 100644
--- a/src-3.0/GF/Command/Importing.hs
+++ b/src-3.0/GF/Command/Importing.hs
@@ -1,6 +1,6 @@
module GF.Command.Importing (importGrammar) where
-import GF.Compile.API
+import GF.Compile
import GF.GFCC.DataGFCC
import GF.GFCC.API