
On Monday 10 December 2007 22:00:17 Ralph E. Carter wrote:
I have searched the documention, and googled it.
I had xmonad-0.4.1 running with extensions. I now have the default xmonad-0.5 running, and responding to changes in the ~/.xmonad/xmonad.hs.
But, I can't get it see any contrib extension. e.g., if I put "import XMonad.foo" in ~/.xmonad/xmonad.hs, and hit alt-q, I get the popup screen saying:
*** Error detected while loading xmonad configuration file: /home/whatever/.xmonad/xmonad.hs
xmonad.hs:17:7: Could not find module `XMonad.foo': it is not a module in the current program, or in any known package.
Please check the file for errors. ***
I think you're making a small mistake regarding the name of the module you're importing. Try 'XMonad.Layout.NoBorders' (note the singular Layout). Cheers, Spencer Janssen