diff options
| author | aarne <unknown> | 2003-11-25 15:43:05 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2003-11-25 15:43:05 +0000 |
| commit | ba077a8a91e5f809a66f79ff13da602a7eb88437 (patch) | |
| tree | 82f5368fcca55d61f885ef5f74f5a6576ce46ee0 /src | |
| parent | 1574e20786d2aa6eceb95ccfae54e7a0fc77785b (diff) | |
Preparing for beta release.
Diffstat (limited to 'src')
| -rw-r--r-- | src/GF/Compile/Compile.hs | 2 | ||||
| -rw-r--r-- | src/Today.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/GF/Compile/Compile.hs b/src/GF/Compile/Compile.hs index e2915c0e4..9346fce00 100644 --- a/src/GF/Compile/Compile.hs +++ b/src/GF/Compile/Compile.hs @@ -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 diff --git a/src/Today.hs b/src/Today.hs index 2a97c49ec..2b5b00c2e 100644 --- a/src/Today.hs +++ b/src/Today.hs @@ -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" |
