X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fmain%2FDriverPipeline.hs;h=e20bc569409ea3000ffa5a66b03b9e0091e28d10;hb=28a464a75e14cece5db40f2765a29348273ff2d2;hp=ac98eff593286c194f2d4e055d90b6e9797adeea;hpb=3eacdc7faf0d0e87a7201253f9f12c1fb4db7249;p=ghc-hetmet.git diff --git a/ghc/compiler/main/DriverPipeline.hs b/ghc/compiler/main/DriverPipeline.hs index ac98eff..e20bc56 100644 --- a/ghc/compiler/main/DriverPipeline.hs +++ b/ghc/compiler/main/DriverPipeline.hs @@ -112,7 +112,8 @@ compile hsc_env mod_summary maybe_old_linkable old_iface mod_index nmods = do | Just l <- maybe_old_linkable, isObjectLinkable l = True | otherwise = False - showPass dflags0 ("Compiling " ++ showModMsg have_object mod_summary) + -- FIXME: We need to know whether or not we're recompiling the file. Move this to HscMain? + --showPass dflags0 ("Compiling " ++ showModMsg have_object mod_summary) let location = ms_location mod_summary let input_fn = expectJust "compile:hs" (ml_hs_file location)