[xmonad] Issue 477 in xmonad: report missing GHC
codesite-noreply at google.com
codesite-noreply at google.com
Fri Sep 23 14:31:02 CEST 2011
Updates:
Status: Started
Labels: Type-Defect Component-Core
Comment #1 on issue 477 by vogt.a... at gmail.com: report missing GHC
http://code.google.com/p/xmonad/issues/detail?id=477
There's this applied patch for the same complaint. With a missing ghc (and
if the shell is bash), you get an ExitCode 127.
Tue Apr 26 02:23:41 EDT 2011 Jens Petersen
* output error code when xmonad.hs compile fails without any error output
Currently if there is no ghc on the path say for some reason,
xmonad.error is empty. This patch makes
it output the exitcode code when the compile process fails
without any error output. (It might be easier just to spawn
a shell to get "ghc: command not found" output for free.)
More information about the xmonad
mailing list