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/CommandL.hs | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'src/GF/Shell/CommandL.hs') 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 () -- cgit v1.2.3