[xmonad] Issue 226 in xmonad: XMonad.Prompt lockups with ghc 6.10

codesite-noreply at google.com codesite-noreply at google.com
Wed Jan 7 21:36:07 EST 2009


Comment #12 on issue 226 by SpencerJanssen: XMonad.Prompt lockups with ghc  
6.10
http://code.google.com/p/xmonad/issues/detail?id=226

This seems to be a GHC optimization bug.  As a workaround, try this in  
xmonad-contrib:

> runghc Setup clean
> runghc Setup configure --disable-optimization # and any other flags you  
usually pass
> runghc Setup build
> runghc Setup install
> xmonad --recompile

Please advise whether this solves the issue or not.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the xmonad mailing list