diff options
Diffstat (limited to 'src/GF/Shell')
| -rw-r--r-- | src/GF/Shell/PShell.hs | 6 | ||||
| -rw-r--r-- | src/GF/Shell/SubShell.hs | 6 | ||||
| -rw-r--r-- | src/GF/Shell/TeachYourself.hs | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/src/GF/Shell/PShell.hs b/src/GF/Shell/PShell.hs index b84e3c4f3..92574ff9b 100644 --- a/src/GF/Shell/PShell.hs +++ b/src/GF/Shell/PShell.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/21 16:23:22 $ +-- > CVS $Date: 2005/04/21 16:46:12 $ -- > CVS $Author: bringert $ --- > CVS $Revision: 1.19 $ +-- > CVS $Revision: 1.20 $ -- -- parsing GF shell commands. AR 11\/11\/2001 ----------------------------------------------------------------------------- @@ -22,7 +22,7 @@ import GF.Shell import GF.Infra.Option import GF.Compile.PGrammar (pzIdent, pTrm) --- (string2formsAndTerm) import GF.API -import Arch(fetchCommand) +import GF.System.Arch (fetchCommand) import Data.Char (isDigit) import System.IO.Error diff --git a/src/GF/Shell/SubShell.hs b/src/GF/Shell/SubShell.hs index 5c8c17014..5ef0459e5 100644 --- a/src/GF/Shell/SubShell.hs +++ b/src/GF/Shell/SubShell.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/21 16:23:23 $ +-- > CVS $Date: 2005/04/21 16:46:12 $ -- > CVS $Author: bringert $ --- > CVS $Revision: 1.8 $ +-- > CVS $Revision: 1.9 $ -- -- (Description of the module) ----------------------------------------------------------------------------- @@ -21,7 +21,7 @@ import GF.Infra.Option import GF.API import GF.Shell.CommandL -import ArchEdit +import GF.System.ArchEdit import Data.List diff --git a/src/GF/Shell/TeachYourself.hs b/src/GF/Shell/TeachYourself.hs index 05088c71a..5c2170f55 100644 --- a/src/GF/Shell/TeachYourself.hs +++ b/src/GF/Shell/TeachYourself.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/04/21 16:23:24 $ +-- > CVS $Date: 2005/04/21 16:46:13 $ -- > CVS $Author: bringert $ --- > CVS $Revision: 1.6 $ +-- > CVS $Revision: 1.7 $ -- -- translation and morphology quiz. AR 10\/5\/2000 -- 12\/4\/2002 ----------------------------------------------------------------------------- @@ -20,7 +20,7 @@ import GF.UseGrammar.Linear import GF.Grammar.PrGrammar import GF.Infra.Option -import Arch (myStdGen) +import GF.System.Arch (myStdGen) import GF.Data.Operations import GF.Infra.UseIO |
