diff options
| author | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-04-21 15:21:02 +0000 |
| commit | 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (patch) | |
| tree | 46345cb91a8e0fa626a0bf4c03af8f8ef4cad09f /src/GF/GFModes.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/GFModes.hs')
| -rw-r--r-- | src/GF/GFModes.hs | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/src/GF/GFModes.hs b/src/GF/GFModes.hs index b0d1d797b..4a29144d5 100644 --- a/src/GF/GFModes.hs +++ b/src/GF/GFModes.hs @@ -4,26 +4,26 @@ -- Stability : (stability) -- Portability : (portability) -- --- > CVS $Date: 2005/04/16 05:40:48 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.6 $ +-- > CVS $Date: 2005/04/21 16:21:04 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.7 $ -- -- (Description of the module) ----------------------------------------------------------------------------- -module GFModes (gfInteract, gfBatch, batchCompile) where +module GF.GFModes (gfInteract, gfBatch, batchCompile) where -import Operations -import UseIO -import Option -import ShellState -import ShellCommands -import Shell -import CommandL (execCommandHistory) -import SubShell -import PShell -import JGF -import Char (isSpace) +import GF.Data.Operations +import GF.Infra.UseIO +import GF.Infra.Option +import GF.Compile.ShellState +import GF.Shell.ShellCommands +import GF.Shell +import GF.Shell.CommandL (execCommandHistory) +import GF.Shell.SubShell +import GF.Shell.PShell +import GF.Shell.JGF +import Data.Char (isSpace) -- separated from GF Main 24/6/2003 |
