Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
065a02b5
Commit
065a02b5
authored
Dec 10, 2006
by
mnislaih
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Prevent breakpoint instrumentation of spliced code
parent
eca538c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
compiler/typecheck/TcSplice.lhs
compiler/typecheck/TcSplice.lhs
+2
-1
No files found.
compiler/typecheck/TcSplice.lhs
View file @
065a02b5
...
...
@@ -52,6 +52,7 @@ import ErrUtils
import SrcLoc
import Outputable
import Unique
import DynFlags
import PackageConfig
import BasicTypes
import Panic
...
...
@@ -363,7 +364,7 @@ runMeta :: (SrcSpan -> th_syn -> Either Message hs_syn)
-> TcM hs_syn -- Of type t
runMeta convert expr
= do { -- Desugar
ds_expr <- initDsTc (dsLExpr expr)
ds_expr <-
unsetOptM Opt_Debugging $
initDsTc (dsLExpr expr)
-- Compile and link it; might fail if linking fails
; hsc_env <- getTopEnv
...
...
Write
Preview
Markdown
is supported
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