summaryrefslogtreecommitdiff
path: root/src/GF/Compile
diff options
context:
space:
mode:
authorbringert <unknown>2005-04-21 15:45:56 +0000
committerbringert <unknown>2005-04-21 15:45:56 +0000
commitf3bdbbef58ce2fe00dff66e99e0c4799b443d747 (patch)
treef1f2892de2a4f72453ce3166448748e827ebd4c2 /src/GF/Compile
parent5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (diff)
Removed for-ghc, for-ghc-nofud and for-windows directories.
Diffstat (limited to 'src/GF/Compile')
-rw-r--r--src/GF/Compile/Compile.hs6
-rw-r--r--src/GF/Compile/ShellState.hs6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/GF/Compile/Compile.hs b/src/GF/Compile/Compile.hs
index 451ee3880..0b2748b0f 100644
--- a/src/GF/Compile/Compile.hs
+++ b/src/GF/Compile/Compile.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/04/21 16:21:35 $
+-- > CVS $Date: 2005/04/21 16:46:00 $
-- > CVS $Author: bringert $
--- > CVS $Revision: 1.36 $
+-- > CVS $Revision: 1.37 $
--
-- The top-level compilation chain from source file to gfc\/gfr.
-----------------------------------------------------------------------------
@@ -47,7 +47,7 @@ import GF.Canon.GetGFC
import GF.Data.Operations
import GF.Infra.UseIO
-import Arch
+import GF.System.Arch
import Control.Monad
diff --git a/src/GF/Compile/ShellState.hs b/src/GF/Compile/ShellState.hs
index b753d0d8a..a8afb8a01 100644
--- a/src/GF/Compile/ShellState.hs
+++ b/src/GF/Compile/ShellState.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/04/21 16:21:47 $
+-- > CVS $Date: 2005/04/21 16:46:01 $
-- > CVS $Author: bringert $
--- > CVS $Revision: 1.44 $
+-- > CVS $Revision: 1.45 $
--
-- (Description of the module)
-----------------------------------------------------------------------------
@@ -32,7 +32,7 @@ import GF.CF.CanonToCF
import GF.UseGrammar.Morphology
import GF.Infra.Option
import GF.Infra.Ident
-import Arch (ModTime)
+import GF.System.Arch (ModTime)
import qualified GF.OldParsing.ConvertGrammar as CnvOld -- OBSOLETE
import qualified GF.Conversion.GFC as Cnv