
15 Nov
2007
15 Nov
'07
5:34 p.m.
On Thu, Nov 15, 2007 at 07:18:51PM +0200, Valery V. Vorotyntsev wrote:
On 11/15/07, David Roundy
wrote: I actually pushed your change plus a fix. Can you check that it compiles for you? Dons pushed a change in the exporting in XMonad, which I think means we shouldn't need these imports.
Darcs versions of xmonad and xmonad-contrib compile smoothly: clean >> configure >> build >> install -- no problem.
Is that what you wanted me to check, David?
XMonad/Layout/Tabbed.hs:176:34: Not in scope: `.|.' What am I missing here? Don yesterday removed Data.Bits from tabbed, but what about this line? mask = Just (exposureMask .|. buttonPressMask) Here HEAD is broken. Andrea