summaryrefslogtreecommitdiff
path: root/src/GF/Infra
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/Infra
parent5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (diff)
Removed for-ghc, for-ghc-nofud and for-windows directories.
Diffstat (limited to 'src/GF/Infra')
-rw-r--r--src/GF/Infra/ReadFiles.hs6
-rw-r--r--src/GF/Infra/UseIO.hs6
2 files changed, 6 insertions, 6 deletions
diff --git a/src/GF/Infra/ReadFiles.hs b/src/GF/Infra/ReadFiles.hs
index 19da55ca6..e9aa1b8a8 100644
--- a/src/GF/Infra/ReadFiles.hs
+++ b/src/GF/Infra/ReadFiles.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/04/21 16:22:39 $
+-- > CVS $Date: 2005/04/21 16:46:08 $
-- > CVS $Author: bringert $
--- > CVS $Revision: 1.22 $
+-- > CVS $Revision: 1.23 $
--
-- Decide what files to read as function of dependencies and time stamps.
--
@@ -24,7 +24,7 @@ module GF.Infra.ReadFiles (-- * Heading 1
gfcFile,gfFile,gfrFile,isGFC,resModName,isOldFile
) where
-import Arch (selectLater, modifiedFiles, ModTime, getModTime,laterModTime)
+import GF.System.Arch (selectLater, modifiedFiles, ModTime, getModTime,laterModTime)
import GF.Infra.Option
import GF.Data.Operations
diff --git a/src/GF/Infra/UseIO.hs b/src/GF/Infra/UseIO.hs
index 88ef6e3b6..fb5321ce9 100644
--- a/src/GF/Infra/UseIO.hs
+++ b/src/GF/Infra/UseIO.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/04/21 16:22:40 $
+-- > CVS $Date: 2005/04/21 16:46:09 $
-- > CVS $Author: bringert $
--- > CVS $Revision: 1.11 $
+-- > CVS $Revision: 1.12 $
--
-- (Description of the module)
-----------------------------------------------------------------------------
@@ -15,7 +15,7 @@
module GF.Infra.UseIO where
import GF.Data.Operations
-import Arch (prCPU)
+import GF.System.Arch (prCPU)
import GF.Infra.Option
import System.IO