From a91d51e42b95f7847c3e7337beb4a644ab1a6508 Mon Sep 17 00:00:00 2001 From: "simonpj@microsoft.com" Date: Wed, 21 Mar 2007 11:16:39 +0000 Subject: [PATCH] Wibble to GHCi part of TcRnDriver --- compiler/typecheck/TcRnDriver.lhs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/compiler/typecheck/TcRnDriver.lhs b/compiler/typecheck/TcRnDriver.lhs index fafb7c7..d8446be 100644 --- a/compiler/typecheck/TcRnDriver.lhs +++ b/compiler/typecheck/TcRnDriver.lhs @@ -89,7 +89,6 @@ import TysWiredIn import IdInfo import {- Kind parts of -} Type import BasicTypes -import Data.Maybe #endif import FastString @@ -98,7 +97,6 @@ import Util import Bag import Control.Monad ( unless ) -import Data.Maybe ( isJust ) \end{code} @@ -1128,7 +1126,7 @@ getModuleExports hsc_env mod ic = hsc_IC hsc_env checkMods = ic_toplev_scope ic ++ ic_exports ic in - initTc hsc_env HsSrcFile iNTERACTIVE (tcGetModuleExports mod checkMods) + initTc hsc_env HsSrcFile False iNTERACTIVE (tcGetModuleExports mod checkMods) -- Get the export avail info and also load all orphan and family-instance -- modules. Finally, check that the family instances of all modules in the -- 1.7.10.4