On Thu, Jul 24, 2008 at 10:24 AM, Isaac Dupree <
isaacdupree@charter.net> wrote:
Couldn't we have it search first in the XMonad-libraries, and then in the current directory if a module wasn't found there? Does GHC support this?
Maybe instead of adding '.' to the search path, we could add
'~/.xmonad/lib/', or something similar? I just did some testing, and it
looks like GHC doesn't mind if a path directory doesn't exist.
-- Fred