User talk:Sereven

From HaskellWiki
Revision as of 00:21, 1 November 2008 by Gwern (talk | contribs) (xmonad.hs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)