Fix call to resolveObjs, spotted by cinema on #haskell

This commit is contained in:
Don Stewart 2005-08-27 11:32:32 +00:00
parent 06f2abce6b
commit 25726672e8

View File

@ -17,7 +17,7 @@ main = do
putStr "Loading package base" >> hFlush stdout
loadPackage "base"
putStr " ... linking ... " >> hFlush stdout
resolveObjs
resolveObjs (return ())
putStrLn "done"
shell []