
4 Dec
2007
4 Dec
'07
2:31 p.m.
On 12/4/07, Alexander Tsamutali
I can confirm this problem on Source Mage. Recently i had updated ghc to 6.8.1 and xmonad to 0.4.1. On one box everything worked fine, but on another i've got the same problem. I tried to hide/expose containers with ghc-pkg, but it didn't helped.
This resembles my problem, described at http://hpaste.org/4182 Until I know, what's wrong, I use this patented trick to install xmonad & XMonadContrib: $ for f in ghc{,-pkg}; do mv ~/bin/{,_}$f; done ... your normal configure/build/install procedure ... $ for f in ghc{,-pkg}; do mv ~/bin/{_,}$f; done -- vvv