summaryrefslogtreecommitdiff
path: root/compiler/GHC/Runtime/Debugger.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Runtime/Debugger.hs')
-rw-r--r--compiler/GHC/Runtime/Debugger.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Runtime/Debugger.hs b/compiler/GHC/Runtime/Debugger.hs
index 387d52b6de..be6241acb8 100644
--- a/compiler/GHC/Runtime/Debugger.hs
+++ b/compiler/GHC/Runtime/Debugger.hs
@@ -184,7 +184,7 @@ showTerm term = do
setSession new_env
-- this disables logging of errors
- let noop_log _ _ _ _ _ = return ()
+ let noop_log _ _ _ _ = return ()
pushLogHookM (const noop_log)
return (hsc_env, bname)