From: sof Date: Sun, 27 Jul 1997 09:14:17 +0000 (+0000) Subject: [project @ 1997-07-27 09:14:17 by sof] X-Git-Tag: Approximately_1000_patches_recorded~172 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6bcf1e2a4dc0f46d19629abcc86a2379a333b7f8;p=ghc-hetmet.git [project @ 1997-07-27 09:14:17 by sof] SOURCE import Main --- diff --git a/ghc/lib/ghc/GHCmain.lhs b/ghc/lib/ghc/GHCmain.lhs index 3926ba9..6581c57 100644 --- a/ghc/lib/ghc/GHCmain.lhs +++ b/ghc/lib/ghc/GHCmain.lhs @@ -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}