[project @ 2003-01-06 15:16:33 by simonpj]
authorsimonpj <unknown>
Mon, 6 Jan 2003 15:16:39 +0000 (15:16 +0000)
committersimonpj <unknown>
Mon, 6 Jan 2003 15:16:39 +0000 (15:16 +0000)
commit392095c950c3e242e88bf56bb401869a2f291abf
tree593a184e4f9a72fac920e5c0ee4f3c120dbf130e
parente26bfe8372fcc2401831a67c728f529ac645143c
[project @ 2003-01-06 15:16:33 by simonpj]
--------------------------------
Make ModLocation have a FilePath
instead of (Maybe FilePath) for
the object-file location
--------------------------------

This generally tides things up, and makes ml_obj_file more like
ml_hi_file.

Furthermore the ml_obj_file field gets filled in even when we
initially expect just an .hi file.  This is important for Template
Haskell.
ghc/compiler/basicTypes/Module.lhs
ghc/compiler/main/DriverPipeline.hs
ghc/compiler/main/Finder.lhs