mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-17 08:49:31 -06:00
Preparing for beta release.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user