
Hi, I did a darcs pull in Xmonad and XmonadContrib and it failed with these errors: [13 of 14] Compiling Config ( Config.hs, dist/build/xmonad/xmonad-tmp/Config.o ) Config.hs:99:38: Couldn't match expected type `Layout Window' against inferred type `TConf -> Layout Window' Probable cause: `tabbed' is applied to too few arguments In the second argument of `($)', namely `tabbed shrinkText' In the expression: simpleStacking $ (tabbed shrinkText) Config.hs:181:51: Couldn't match expected type `Maybe WorkspaceId' against inferred type `WorkspaceId' Expected type: Maybe WorkspaceId -> X b Inferred type: WorkspaceId -> X () In the second argument of `(>>=)', namely `f' In the expression: (screenWorkspace sc) >>= f I did a setup.lhs clean before doing anything else. What could I do ? Regards, Xavier