[project @ 1997-07-27 09:14:17 by sof]
authorsof <unknown>
Sun, 27 Jul 1997 09:14:17 +0000 (09:14 +0000)
committersof <unknown>
Sun, 27 Jul 1997 09:14:17 +0000 (09:14 +0000)
SOURCE import Main

ghc/lib/ghc/GHCmain.lhs

index 3926ba9..6581c57 100644 (file)
@@ -6,7 +6,7 @@ This is the mainPrimIO that must be used for Haskell~1.3.
 module GHCmain( mainPrimIO ) where
 
 import Prelude
-import qualified Main  -- for type of "Main.main"
+import {-# SOURCE #-} qualified Main   -- for type of "Main.main"
 import IOBase
 import STBase
 \end{code}