diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-22 00:53:00 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-22 00:53:00 -0500 |
commit | 3ba520c5e36c8da61f35d7b4c3482766f034ae33 (patch) | |
tree | 4be9b5e6bace7be04adfcb9fbac6d5977c90774e /compiler | |
parent | 4ae6aa398d05f764563e95d77a5e3e9961fb73ac (diff) | |
download | haskell-3ba520c5e36c8da61f35d7b4c3482766f034ae33.tar.gz |
LoadIface: Fix another CPP/Clang issue
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 |