Does "ghc-pkg check" complain? Is the version of GHC being used the same one that was used to build xmonad-contrib?
What does "ghc-pkg field xmonad-contrib exposed-modules | grep LayoutHints" say? On 10 May 2010 14:59, zaxis <[email protected]> wrote: > > %pacman -Q|grep xmonad > xmonad 0.9.1-4 > xmonad-contrib 0.9.1-2 > > %%xmonad --recompile > Error detected while loading xmonad configuration file: > /home/sw2wolf/.xmonad/xmonad.hs > > xmonad.hs:20:7: > Could not find module `XMonad.Layout.LayoutHints': > Use -v to see a list of the files searched for. > > %ghc-pkg list|grep xmonad > xmonad-0.9.1 > xmonad-contrib-0.9.1 > > %pacman -Ql xmonad-contrib|grep LayoutHints > xmonad-contrib > /usr/lib/ghc-6.12.1/site-local/xmonad-contrib-0.9.1/XMonad/Layout/LayoutHints.hi > > Sincerely! > > ----- > e^(π⋅i) + 1 = 0 > -- > View this message in context: > http://old.nabble.com/Why-cannot-ghc-find-a-existng-module---tp28507704p28507704.html > Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com. > > _______________________________________________ > Haskell-Cafe mailing list > [email protected] > http://www.haskell.org/mailman/listinfo/haskell-cafe > -- Ivan Lazar Miljenovic [email protected] IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list [email protected] http://www.haskell.org/mailman/listinfo/haskell-cafe
