I'm trying to cabal install xmonad with profiling and I keep getting the error: cound not find module control.monad.reader
The error message suggested that I may not have installed the profiling libs for mtl-2.0.1.0, but I have confirmed that it is installed with ghc-pkg list | grep mtl. I then took a stab at running ghc-pkg expose on it, but no luck.
I tried googling and checking SO, but all I could find were problems related to having multiple instances of control.monad.reader installed and ghc being unable to determine which to use.
Right now, I'm just out of ideas about what do, any help would be appreciated.