Adam Vogt 1716ffd9d0 Rename variables "state" to avoid warnings about shadowing
XMonad core re-exports Control.Monad.State, which includes
a function "state" if you happen to use mtl-2. Since there's
a chance xmonad still works with mtl-1 avoid imports like:

import XMonad hiding (state)
2012-11-09 01:23:16 +00:00
..
2010-03-14 21:00:01 +00:00
2009-10-22 04:11:26 +00:00
2008-05-05 21:05:46 +00:00
2010-10-23 19:57:55 +00:00
2010-10-01 10:41:42 +00:00
2010-10-01 10:43:00 +00:00
2010-10-01 10:43:00 +00:00