[xmonad] xmonad config error

Brent Yorgey byorgey at seas.upenn.edu
Mon Oct 27 12:40:43 EDT 2008


On Mon, Oct 27, 2008 at 12:16:53PM +0000, Fred Phillips wrote:
> On Sun Oct 26 22:47:47 2008, Guy Wire wrote:
> > Now it changed to:
> > 
> > xmonad.hs:13.48:
> >       Module 'XMonad.StackSet' does not export 'W.shiftMaster'
> 
> W.shiftMaster was added after the release of 0.8, you will have to
> build from darcs to get it.

The other solution is to replace 'W.shiftMaster' with 'W.swapMaster',
which is what it used to be before shiftMaster was added.  That way
you won't have to build from darcs (although building from darcs is
not that scary and quite stable).

-Brent


More information about the xmonad mailing list