summaryrefslogtreecommitdiff
path: root/src/GF/Shell/JGF.hs
diff options
context:
space:
mode:
authorbringert <unknown>2005-04-21 15:21:02 +0000
committerbringert <unknown>2005-04-21 15:21:02 +0000
commit5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (patch)
tree46345cb91a8e0fa626a0bf4c03af8f8ef4cad09f /src/GF/Shell/JGF.hs
parent3433c978480f112bf04a895d03ec15529796ecce (diff)
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Shell/JGF.hs')
-rw-r--r--src/GF/Shell/JGF.hs28
1 files changed, 14 insertions, 14 deletions
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