[Xmonad] Re: [DARCS] Failed to compile

Donald Bruce Stewart dons at cse.unsw.edu.au
Mon Jul 16 21:19:55 EDT 2007


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


More information about the Xmonad mailing list