[project @ 2005-10-28 15:22:39 by simonmar]
authorsimonmar <unknown>
Fri, 28 Oct 2005 15:22:39 +0000 (15:22 +0000)
committersimonmar <unknown>
Fri, 28 Oct 2005 15:22:39 +0000 (15:22 +0000)
Add -stubdir option to control location of generated stub files.  Also
do some clean up while I'm here - remove hscStubCOut/hscStubHOut from
DynFlags, and add

  mkStubPaths :: DynFlags -> Module -> ModLocation -> (FilePath,FilePath)

to Finder.  (this seemed better than caching the stub paths in every
ModLocation, because they are rarely needed and only present in home
modules, and are easily calculated from other available information).

-stubdir behaves in exactly the same way as -odir and -hidir.


No differences found