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
..
2011-05-04 19:24:55 +00:00
2012-01-11 21:41:33 +00:00
2012-08-26 09:17:16 +00:00