Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
761af91e
Commit
761af91e
authored
Jul 19, 2001
by
andy
Browse files
[project @ 2001-07-19 08:28:59 by andy]
import of hscThing needs to be conditional on GHCi status.
parent
c95b2db6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/compMan/CompManager.lhs
View file @
761af91e
...
...
@@ -41,7 +41,11 @@ import DriverFlags ( getDynFlags )
import DriverPhases
import DriverUtil
import Finder
#ifdef GHCI
import HscMain ( initPersistentCompilerState, hscThing )
#else
import HscMain ( initPersistentCompilerState )
#endif
import HscTypes
import RnEnv ( unQualInScope )
import Id ( idType, idName )
...
...
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