I'm trying to configure xmonad to work as I want it to in Ubuntu 14. Since I'm not familiar with Haskell's syntax, I took 3 configuration files and removed what I didn't like and kept what I liked. I had a lot of errors, but once I resolved them all, it didn't seem to work.
Xmonad notices only the default keybindings but recognized the other parts of my file (like xmobar). Each config on its own worked fine.
My xmonad.hs
file is here:
http://pastebin.com/knB2kc8H
I'll appreciate it if you take a look and tell me what's wrong.
Thanks.