Skip to content
Snippets Groups Projects
Commit 388e2516 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-11-07 15:38:31 by simonmar]

conditionalise imports of StgInterp etc.
parent f48ba11a
No related merge requests found
......@@ -46,15 +46,16 @@ import UniqSupply ( mkSplitUniqSupply )
import Bag ( emptyBag )
import Outputable
import StgInterp ( stgToInterpSyn )
#ifdef GHCI
import StgInterp ( stgToInterpSyn, ItblEnv )
import InterpSyn ( UnlinkedIBind )
#endif
import HscStats ( ppSourceStats )
import HscTypes ( ModDetails, ModIface(..), PersistentCompilerState(..),
PersistentRenamerState(..), ModuleLocation(..),
HomeSymbolTable,
OrigNameEnv(..), PackageRuleBase, HomeIfaceTable,
typeEnvClasses, typeEnvTyCons, emptyIfaceTable )
import InterpSyn ( UnlinkedIBind )
import StgInterp ( ItblEnv )
import FiniteMap ( FiniteMap, plusFM, emptyFM, addToFM )
import OccName ( OccName )
import Name ( Name, nameModule, nameOccName, getName )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment