Fix call to resolveObjs, spotted by cinema on #haskell
This commit is contained in:
parent
06f2abce6b
commit
25726672e8
@ -17,7 +17,7 @@ main = do
|
||||
putStr "Loading package base" >> hFlush stdout
|
||||
loadPackage "base"
|
||||
putStr " ... linking ... " >> hFlush stdout
|
||||
resolveObjs
|
||||
resolveObjs (return ())
|
||||
putStrLn "done"
|
||||
|
||||
shell []
|
||||
|
Loading…
x
Reference in New Issue
Block a user