summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GF/Compile/Compile.hs2
-rw-r--r--src/Today.hs2
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"