diff options
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/iface/LoadIface.hs | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/iface/LoadIface.hs b/compiler/iface/LoadIface.hs index 87a6beb3ff..927c49b7be 100644 --- a/compiler/iface/LoadIface.hs +++ b/compiler/iface/LoadIface.hs @@ -486,7 +486,7 @@ loadInterface doc_str mod from                              -- See Note [Loading your own hi-boot file]                              -- in MkIface. -        ; WARN ( bad_boot, ppr mod ) +        ; WARN( bad_boot, ppr mod )            updateEps_  $ \ eps ->             if elemModuleEnv mod (eps_PIT eps) || is_external_sig dflags iface                  then eps  | 
