27 Oct
2008
27 Oct
'08
8:45 p.m.
On Mon, Oct 27, 2008 at 3:27 AM, Thomas Schilling
I'm not quite sure what you are trying to do. But for what it's worth, you can load a specific file via
setTarget [Target (TargetFile "foo/blah.hs") True Nothing]
right, but I cant do that from inside a module in place of an import. Is there any way to for me to somehow tell ghc, or my wrapper, that I want to load a module from a specific directory, regardless of what the current include flags are? Anatoly