diff options
Diffstat (limited to 'compiler/GHC/Driver/Make.hs')
-rw-r--r-- | compiler/GHC/Driver/Make.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Driver/Make.hs b/compiler/GHC/Driver/Make.hs index 68245b42ca..767d0b884b 100644 --- a/compiler/GHC/Driver/Make.hs +++ b/compiler/GHC/Driver/Make.hs @@ -2741,7 +2741,7 @@ summariseModule hsc_env old_summary_map is_boot (L loc wanted_mod) mkPlainErrorMsgEnvelope pi_mod_name_loc $ DriverUnknownMessage $ mkPlainError $ text "File name does not match module name:" - $$ text "Saw:" <+> quotes (ppr pi_mod_name) + $$ text "Saw :" <+> quotes (ppr pi_mod_name) $$ text "Expected:" <+> quotes (ppr wanted_mod) when (hsc_src == HsigFile && isNothing (lookup pi_mod_name (homeUnitInstantiations home_unit))) $ |