-------------------------------------------
xmonad.hs:5:7:
Couldn't match expected type `XConfig l'
against inferred type `IO ()'
In the first argument of `removeKeysP', namely
`xmonad (gnomeConfig {terminal = "urxvtcd"})'
In the expression:
xmonad (gnomeConfig {terminal = "urxvtcd"})
`removeKeysP`
["M-b", "M-."]
In the definition of `main':
main = xmonad (gnomeConfig {terminal = "urxvtcd"})
`removeKeysP`
["M-b", "M-."]
Please check the file for errors.