[project @ 2001-03-19 16:17:27 by simonpj]
authorsimonpj <unknown>
Mon, 19 Mar 2001 16:17:27 +0000 (16:17 +0000)
committersimonpj <unknown>
Mon, 19 Mar 2001 16:17:27 +0000 (16:17 +0000)
-------------------------------
PS to: Improve orphan-module resolution
-------------------------------

{This comment got missed out of the previous commit.}

I also moved mkFinalIface from HscMain to MkIface, where it is much tidier.
(This is related, because it's mkFinalIface that now sets mi_orphan.)

ghc/compiler/main/HscMain.lhs
ghc/compiler/main/MkIface.lhs

index 6759621..8f695f6 100644 (file)
@@ -1,6 +1,7 @@
 %
 % (c) The GRASP/AQUA Project, Glasgow University, 1993-2000
 %
+
 \section[GHC_Main]{Main driver for Glasgow Haskell compiler}
 
 \begin{code}
index 9ed8665..27d6aef 100644 (file)
@@ -1,6 +1,7 @@
 %
 % (c) The GRASP/AQUA Project, Glasgow University, 1993-1998
 %
+
 \section[MkIface]{Print an interface for a module}
 
 \begin{code}