Preparing for beta release.

This commit is contained in:
aarne
2003-11-25 15:43:05 +00:00
parent 1574e20786
commit ba077a8a91
6 changed files with 89 additions and 15 deletions

View File

@@ -92,7 +92,7 @@ compileModule opts1 st0 file = do
t <- ioeIO getNowTime
return $ (reverseModules cgr, -- to preserve dependency order
(reverseModules sgr, --- keepResModules opts sgr, --- keep all so far
[(f,t) | f <- files])) -- pass on the time of creation
[])) ---- (f,t) | f <- files])) -- pass on the time of creation
compileEnvShSt :: ShellState -> [ModName] -> CompileEnv
compileEnvShSt st fs = (0,sgr,cgr) where

View File

@@ -1 +1 @@
module Today where today = "Tue Nov 25 08:16:52 CET 2003"
module Today where today = "Tue Nov 25 16:53:53 CET 2003"