User talk:Sereven

From HaskellWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

xmonad.hs

Seems I stomped over your changes. Sorry about that - I really didn't expect anyone to be editing at the same time.

Anyway: the reason I moved your configs to the old section was that they don't compile. Take the straight xmonad.hs of yours. This is what I see:

Prelude> :load "../xmonad/sereven.hs"
[1 of 1] Compiling Main             ( ../xmonad/sereven.hs, interpreted )

../xmonad/sereven.hs:50:74: Not in scope: `darkXPC'
Failed, modules loaded: none.
(0.22 secs, 63842528 bytes)
Prelude> 

For all I know, your config is broken as well due to defaultGaps or something, but since I can't get past darkXPC, I have no idea. --Gwern 00:21, 1 November 2008 (UTC)