From 6bcf1e2a4dc0f46d19629abcc86a2379a333b7f8 Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 27 Jul 1997 09:14:17 +0000 Subject: [PATCH] [project @ 1997-07-27 09:14:17 by sof] SOURCE import Main --- ghc/lib/ghc/GHCmain.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 1.7.10.4