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/Shell/CommandL.hs | |
| parent | 3433c978480f112bf04a895d03ec15529796ecce (diff) | |
Fixed module names and imports after giant file move.
Diffstat (limited to 'src/GF/Shell/CommandL.hs')
| -rw-r--r-- | src/GF/Shell/CommandL.hs | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/src/GF/Shell/CommandL.hs b/src/GF/Shell/CommandL.hs index 9f7315c56..889af5b6f 100644 --- a/src/GF/Shell/CommandL.hs +++ b/src/GF/Shell/CommandL.hs @@ -5,32 +5,32 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/03/10 11:14:11 $ --- > CVS $Author: aarne $ --- > CVS $Revision: 1.15 $ +-- > CVS $Date: 2005/04/21 16:23:19 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.16 $ -- -- (Description of the module) ----------------------------------------------------------------------------- -module CommandL where +module GF.Shell.CommandL where -import Operations -import UseIO +import GF.Data.Operations +import GF.Infra.UseIO -import CMacros -import Values (Tree) +import GF.Canon.CMacros +import GF.Grammar.Values (Tree) -import GetTree -import ShellState -import Option -import Session -import Commands +import GF.UseGrammar.GetTree +import GF.Compile.ShellState +import GF.Infra.Option +import GF.UseGrammar.Session +import GF.Shell.Commands -import Char -import List (intersperse) -import Monad (foldM) +import Data.Char +import Data.List (intersperse) +import Control.Monad (foldM) -import UTF8 +import GF.Text.UTF8 -- | a line-based shell initEditLoop :: CEnv -> IO () -> IO () |
