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/ShellCommands.hs | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'src/GF/Shell/ShellCommands.hs') diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs index b61f8e3e7..f72f574f8 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -5,26 +5,26 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/16 05:40:50 $ --- > CVS $Author: peb $ --- > CVS $Revision: 1.29 $ +-- > CVS $Date: 2005/04/21 16:23:22 $ +-- > CVS $Author: bringert $ +-- > CVS $Revision: 1.30 $ -- -- The datatype of shell commands and the list of their options. ----------------------------------------------------------------------------- -module ShellCommands where +module GF.Shell.ShellCommands where -import qualified Ident as I -import ShellState -import Custom -import PrGrammar +import qualified GF.Infra.Ident as I +import GF.Compile.ShellState +import GF.UseGrammar.Custom +import GF.Grammar.PrGrammar -import Option -import Operations -import Modules +import GF.Infra.Option +import GF.Data.Operations +import GF.Infra.Modules -import Char (isDigit) -import Monad (mplus) +import Data.Char (isDigit) +import Control.Monad (mplus) -- shell commands and their options -- moved to separate module and added option check: AR 27/5/2004 -- cgit v1.2.3