diff options
Diffstat (limited to 'compiler/GHC/Iface/Load.hs')
-rw-r--r-- | compiler/GHC/Iface/Load.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Iface/Load.hs b/compiler/GHC/Iface/Load.hs index f21dc1e7a1..b04db0842d 100644 --- a/compiler/GHC/Iface/Load.hs +++ b/compiler/GHC/Iface/Load.hs @@ -558,7 +558,7 @@ we get "duplicate instance" warnings when we compile the "real" instance in M itself. Hence the strange business of just updateing the eps_PTE. -This really happens in practice. The module HsExpr.hs gets +This really happens in practice. The module "GHC.Hs.Expr" gets "duplicate instance" errors if this hack is not present. This is a mess. |