diff options
| author | bringert <unknown> | 2005-04-21 15:45:56 +0000 |
|---|---|---|
| committer | bringert <unknown> | 2005-04-21 15:45:56 +0000 |
| commit | f3bdbbef58ce2fe00dff66e99e0c4799b443d747 (patch) | |
| tree | f1f2892de2a4f72453ce3166448748e827ebd4c2 /src/GF/System/Arch.hs | |
| parent | 5c9917ff8d18ddaefd5a8bf4b223009747477fd8 (diff) | |
Removed for-ghc, for-ghc-nofud and for-windows directories.
Diffstat (limited to 'src/GF/System/Arch.hs')
| -rw-r--r-- | src/GF/System/Arch.hs | 18 |
1 files changed, 9 insertions, 9 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) |
