From 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 Mon Sep 17 00:00:00 2001 From: bringert Date: Thu, 21 Apr 2005 15:21:02 +0000 Subject: Fixed module names and imports after giant file move. --- src/GF/Shell/JGF.hs | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) (limited to 'src/GF/Shell/JGF.hs') diff --git a/src/GF/Shell/JGF.hs b/src/GF/Shell/JGF.hs index e3438a33c..58be7bfbf 100644 --- a/src/GF/Shell/JGF.hs +++ b/src/GF/Shell/JGF.hs @@ -5,28 +5,28 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/10 11:14:11 $ --- > CVS $Author: aarne $ --- > CVS $Revision: 1.11 $ +-- > CVS $Date: 2005/04/21 16:23:21 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.12 $ -- -- GF editing session controlled by e.g. a Java program. AR 16\/11\/2001 ----------------------------------------------------------------------------- -module JGF where +module GF.Shell.JGF where -import Operations -import UseIO -import Unicode +import GF.Data.Operations +import GF.Infra.UseIO +import GF.Text.Unicode -import IOGrammar -import Option -import ShellState -import Session -import Commands -import CommandL +import GF.API.IOGrammar +import GF.Infra.Option +import GF.Compile.ShellState +import GF.UseGrammar.Session +import GF.Shell.Commands +import GF.Shell.CommandL import System -import UTF8 +import GF.Text.UTF8 -- GF editing session controlled by e.g. a Java program. AR 16/11/2001 -- cgit v1.2.3