summaryrefslogtreecommitdiff
path: root/src/GF
diff options
context:
space:
mode:
authoraarne <unknown>2003-11-25 15:43:05 +0000
committeraarne <unknown>2003-11-25 15:43:05 +0000
commitba077a8a91e5f809a66f79ff13da602a7eb88437 (patch)
tree82f5368fcca55d61f885ef5f74f5a6576ce46ee0 /src/GF
parent1574e20786d2aa6eceb95ccfae54e7a0fc77785b (diff)
Preparing for beta release.
Diffstat (limited to 'src/GF')
-rw-r--r--src/GF/Compile/Compile.hs2
1 files changed, 1 insertions, 1 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