Skip to content
GitLab
Menu
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
e019188e
Commit
e019188e
authored
Nov 06, 2007
by
Simon Marlow
Browse files
fix stage 1 compilation
parent
19a65f49
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/GHC.hs
View file @
e019188e
...
...
@@ -92,7 +92,7 @@ module GHC (
InteractiveEval
.
forward
,
showModule
,
isModuleInterpreted
,
compileExpr
,
HValue
,
dynCompileExpr
,
InteractiveEval
.
compileExpr
,
HValue
,
dynCompileExpr
,
lookupName
,
GHC
.
obtainTerm
,
GHC
.
obtainTerm1
,
GHC
.
obtainTermB
,
reconstructType
,
modInfoModBreaks
,
...
...
@@ -235,7 +235,7 @@ import DriverPipeline
import
DriverPhases
(
HscSource
(
..
),
Phase
(
..
),
isHaskellSrcFilename
,
startPhase
)
import
HeaderInfo
(
getImports
,
getOptions
)
import
Finder
import
HscMain
hiding
(
compileExpr
)
import
HscMain
import
HscTypes
import
DynFlags
import
StaticFlags
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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