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
0ed635be
Commit
0ed635be
authored
Aug 22, 2007
by
Michael D. Adams
Browse files
Build fix: modBreaks -> modBreaks_decls modbreaks
parent
19b0b165
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/InteractiveEval.hs
View file @
0ed635be
...
...
@@ -177,7 +177,7 @@ findEnclosingDeclSpanByTick hsc_env mod tick =
Nothing
->
panic
"findEnclosingDecl"
Just
hmi
->
let
modbreaks
=
md_modBreaks
(
hm_details
hmi
)
in
ASSERT
(
inRange
(
bounds
modBreaks
)
tick
)
in
ASSERT
(
inRange
(
bounds
(
modBreaks
_decls
modbreaks
)
)
tick
)
modBreaks_decls
modbreaks
!
tick
-- | Find the Module corresponding to a FilePath
...
...
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