From b70dba87bab5dfc8039f0b9f69e0851f92324f8b Mon Sep 17 00:00:00 2001 From: hallgren Date: Wed, 15 Oct 2014 21:04:29 +0000 Subject: Rename modules GFI, GFC & GFServer... ... to GF.Interactive, GF.Compiler & GF.Server, respectively. --- src/compiler/GF.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/compiler/GF.hs') 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 -- cgit v1.2.3