summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rw-r--r--compiler/GHC/Runtime/Loader.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Runtime/Loader.hs b/compiler/GHC/Runtime/Loader.hs
index fbfc92cdee..24fb77b9bd 100644
--- a/compiler/GHC/Runtime/Loader.hs
+++ b/compiler/GHC/Runtime/Loader.hs
@@ -143,7 +143,7 @@ loadPlugin' occ_name plugin_name hsc_env mnwib mod_name
[ text "The value", ppr name
, text "with type", ppr actual_type
, text "did not have the type"
- , ppr pluginTyConName, text "as required"])
+ , text "GHC.Plugins.Plugin"
, text "as required"])
Right plugin -> return (plugin, mod_iface) } } }