
31 Dec
2012
31 Dec
'12
10:54 p.m.
Updates: Status: Fixed Comment #5 on issue 240 by vogt.a...@gmail.com: recompilation fails silently http://code.google.com/p/xmonad/issues/detail?id=240 On further consideration I think the patch in #4 isn't worth the complexity. A compromise is to call ghc with flags: -main-is main which makes it print (to stderr) a warning that the user might be able to find and interpret without too much trouble: Warning: output was redirected with -o, but no output will be generated because there is no Main module.