X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2FdeSugar%2FDesugar.lhs;h=cb861aed961a9b8a234bc76e17f1f0b72e6340ec;hp=731d6ffcab92fbe2021fae6fcf9637c2295824ce;hb=6ebfe518116d1c97a9d46013271f359decea2d15;hpb=7a77f1b7a336d07749145d25763ccb587de17df1 diff --git a/compiler/deSugar/Desugar.lhs b/compiler/deSugar/Desugar.lhs index 731d6ff..cb861ae 100644 --- a/compiler/deSugar/Desugar.lhs +++ b/compiler/deSugar/Desugar.lhs @@ -90,7 +90,7 @@ deSugar hsc_env HscNothing -> return (Just ([], [], NoStubs, noHpcInfo, emptyModBreaks)) _ -> do (binds_cvr,ds_hpc_info, modBreaks) <- if opt_Hpc || target == HscInterpreted - then addCoverageTicksToBinds dflags mod mod_loc binds + then addCoverageTicksToBinds dflags mod mod_loc (typeEnvTyCons type_env) binds else return (binds, noHpcInfo, emptyModBreaks) initDs hsc_env mod rdr_env type_env $ do { core_prs <- dsTopLHsBinds auto_scc binds_cvr