summaryrefslogtreecommitdiff
path: root/src/compiler/GF.hs
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2014-10-15 21:04:29 +0000
committerhallgren <hallgren@chalmers.se>2014-10-15 21:04:29 +0000
commitb70dba87bab5dfc8039f0b9f69e0851f92324f8b (patch)
tree891cda8fd263b768232f930cabaf0769fb976737 /src/compiler/GF.hs
parent393dde2eb93a975442697c177dbb161e4300bea0 (diff)
Rename modules GFI, GFC & GFServer...
... to GF.Interactive, GF.Compiler & GF.Server, respectively.
Diffstat (limited to 'src/compiler/GF.hs')
-rw-r--r--src/compiler/GF.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/GF.hs b/src/compiler/GF.hs
index 68e43b6ca..cb63cadbe 100644
--- a/src/compiler/GF.hs
+++ b/src/compiler/GF.hs
@@ -1,7 +1,7 @@
module Main where
-import GFC
-import GFI
+import GF.Compiler
+import GF.Interactive
import GF.Data.ErrM
import GF.Infra.Option
import GF.Infra.UseIO