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
..
2012-08-26 09:17:16 +00:00
2010-10-01 10:43:00 +00:00
2011-12-08 20:58:42 +00:00
2010-12-12 16:18:50 +00:00
2011-05-15 21:03:12 +00:00
2011-07-31 17:08:50 +00:00
2010-09-05 01:35:22 +00:00