summaryrefslogtreecommitdiff
path: root/src/GF/System
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/System')
-rw-r--r--src/GF/System/Arch.hs18
-rw-r--r--src/GF/System/ArchEdit.hs8
2 files changed, 13 insertions, 13 deletions
diff --git a/src/GF/System/Arch.hs b/src/GF/System/Arch.hs
index df3f171aa..d9f3e855c 100644
--- a/src/GF/System/Arch.hs
+++ b/src/GF/System/Arch.hs
@@ -5,22 +5,22 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/02/24 11:46:34 $
--- > CVS $Author: peb $
--- > CVS $Revision: 1.6 $
+-- > CVS $Date: 2005/04/21 16:46:14 $
+-- > CVS $Author: bringert $
+-- > CVS $Revision: 1.7 $
--
-- architecture\/compiler dependent definitions for unix\/hbc
-----------------------------------------------------------------------------
-module Arch (
+module GF.System.Arch (
myStdGen, prCPU, selectLater, modifiedFiles, ModTime, getModTime,getNowTime,
welcomeArch, fetchCommand, laterModTime) where
-import Time
-import Random
-import CPUTime
-import Monad (filterM)
-import Directory
+import System.Time
+import System.Random
+import System.CPUTime
+import Control.Monad (filterM)
+import System.Directory
import System.Console.Readline
---- import qualified UnicodeF as U --(fudlogueWrite)
diff --git a/src/GF/System/ArchEdit.hs b/src/GF/System/ArchEdit.hs
index 89a92faaf..39b558cef 100644
--- a/src/GF/System/ArchEdit.hs
+++ b/src/GF/System/ArchEdit.hs
@@ -5,14 +5,14 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/03/30 12:41:12 $
--- > CVS $Author: aarne $
--- > CVS $Revision: 1.1 $
+-- > CVS $Date: 2005/04/21 16:46:15 $
+-- > CVS $Author: bringert $
+-- > CVS $Revision: 1.2 $
--
-- (Description of the module)
-----------------------------------------------------------------------------
-module ArchEdit (
+module GF.System.ArchEdit (
fudlogueEdit, fudlogueWrite, fudlogueWriteUni
) where