Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
79c03a2f
Commit
79c03a2f
authored
Apr 01, 2005
by
simonmar
Browse files
[project @ 2005-04-01 11:34:20 by simonmar]
build fix when !GHCI
parent
426e0396
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/GHC.hs
View file @
79c03a2f
...
...
@@ -89,7 +89,7 @@ import qualified Linker
import
Linker
(
HValue
,
extendLinkEnv
)
import
NameEnv
(
lookupNameEnv
)
import
TcRnDriver
(
mkExportEnv
,
getModuleContents
)
import
RdrName
(
GlobalRdrEnv
,
plusGlobalRdrEnv
)
import
RdrName
(
plusGlobalRdrEnv
)
import
HscMain
(
hscGetInfo
,
GetInfoResult
,
hscStmt
,
hscTcExpr
,
hscKcType
)
import
Type
(
tidyType
)
...
...
@@ -98,6 +98,7 @@ import GHC.Exts ( unsafeCoerce# )
import
IfaceSyn
(
IfaceDecl
)
#
endif
import
RdrName
(
GlobalRdrEnv
)
import
HsSyn
(
HsModule
,
LHsBinds
)
import
Type
(
Kind
,
Type
,
dropForAlls
)
import
Id
(
Id
,
idType
)
...
...
ghc/compiler/main/HscMain.lhs
View file @
79c03a2f
...
...
@@ -35,13 +35,13 @@ import Type ( Type )
import PrelNames ( iNTERACTIVE )
import StringBuffer ( stringToStringBuffer )
import Kind ( Kind )
import Var ( Id )
import CoreLint ( lintUnfolding )
import DsMeta ( templateHaskellNames )
import BasicTypes ( Fixity )
import SrcLoc ( SrcLoc, noSrcLoc )
#endif
import Var ( Id )
import Module ( emptyModuleEnv )
import RdrName ( RdrName )
import HsSyn ( HsModule, LHsBinds )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment