diff options
author | Alan Zimmerman <alan.zimm@gmail.com> | 2022-10-20 20:00:49 +0100 |
---|---|---|
committer | Alan Zimmerman <alan.zimm@gmail.com> | 2022-10-20 23:26:40 +0100 |
commit | 5951a3173144636c646d8987b9e2e6baa60c3842 (patch) | |
tree | ba6d5ee9008e01fbe3d29a629a496138cbee6a1a /compiler/GHC/Tc/Module.hs | |
parent | b17cfc9c4b341e122294c0701803fc8f521fa210 (diff) | |
download | haskell-wip/az/bufspan-in-anchor.tar.gz |
Diffstat (limited to 'compiler/GHC/Tc/Module.hs')
-rw-r--r-- | compiler/GHC/Tc/Module.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Tc/Module.hs b/compiler/GHC/Tc/Module.hs index 68728cd3d7..a38977b91e 100644 --- a/compiler/GHC/Tc/Module.hs +++ b/compiler/GHC/Tc/Module.hs @@ -203,7 +203,7 @@ tcRnModule :: HscEnv tcRnModule hsc_env mod_sum save_rn_syntax parsedModule@HsParsedModule {hpm_module= L loc this_module} - | RealSrcSpan real_loc _ <- loc + | RealSrcSpan real_loc <- loc = withTiming logger (text "Renamer/typechecker"<+>brackets (ppr this_mod)) (const ()) $ |