
27 Oct
2008
27 Oct
'08
12:40 p.m.
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