diff options
Diffstat (limited to 'src/GF/System/Arch.hs')
| -rw-r--r-- | src/GF/System/Arch.hs | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/GF/System/Arch.hs b/src/GF/System/Arch.hs index a49c408a2..363caeb96 100644 --- a/src/GF/System/Arch.hs +++ b/src/GF/System/Arch.hs @@ -1,3 +1,17 @@ +---------------------------------------------------------------------- +-- | +-- Module : (Module) +-- Maintainer : (Maintainer) +-- Stability : (stable) +-- Portability : (portable) +-- +-- > CVS $Date $ +-- > CVS $Author $ +-- > CVS $Revision $ +-- +-- (Description of the module) +----------------------------------------------------------------------------- + module Arch ( myStdGen, prCPU, selectLater, modifiedFiles, ModTime, getModTime,getNowTime, welcomeArch, fetchCommand, laterModTime) where |
