1
0
forked from GitHub/gf-core

Rename modules GFI, GFC & GFServer...

... to GF.Interactive, GF.Compiler & GF.Server, respectively.
This commit is contained in:
hallgren
2014-10-15 21:04:29 +00:00
parent 393dde2eb9
commit b70dba87ba
5 changed files with 9 additions and 10 deletions

View File

@@ -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