
17 Jul
2007
17 Jul
'07
1:19 a.m.
maillaxa:
Hi Andrea,
First, thank you for your post since it solved my config problems.
I still have one though:
[14 of 15] Compiling Config ( Config.hs, dist/build/xmonad/xmonad-tmp/Config.o )
Config.hs:88:19: `Layout' is not applied to enough type arguments Expected kind `*', but `Layout' has kind `* -> *'
* and * -> * mean a type signature is missing a type argument. it should be: defaultLayouts :: [Layout Window] Cheers, Don