diff options
-rw-r--r-- | compiler/main/DriverPipeline.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main/DriverPipeline.hs b/compiler/main/DriverPipeline.hs index fdec73e1ce..e8be29759b 100644 --- a/compiler/main/DriverPipeline.hs +++ b/compiler/main/DriverPipeline.hs @@ -171,7 +171,7 @@ compileOne' m_tc_result mHscMessage -- -fforce-recomp should also work with --make let force_recomp = gopt Opt_ForceRecomp dflags source_modified - | force_recomp || isNothing maybe_old_linkable = SourceModified + | force_recomp = SourceModified | otherwise = source_modified0 object_filename = ml_obj_file location |