summaryrefslogtreecommitdiff
path: root/ghc/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/Main.hs')
-rw-r--r--ghc/Main.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/ghc/Main.hs b/ghc/Main.hs
index 6514a00345..c30109d5aa 100644
--- a/ghc/Main.hs
+++ b/ghc/Main.hs
@@ -33,10 +33,10 @@ import GHCi.UI ( interactiveUI, ghciWelcomeMsg, defaultGhciSettings )
#endif
-- Frontend plugins
-import DynamicLoading ( loadFrontendPlugin )
+import GHC.Runtime.Loader ( loadFrontendPlugin )
import Plugins
#if defined(HAVE_INTERNAL_INTERPRETER)
-import DynamicLoading ( initializePlugins )
+import GHC.Runtime.Loader ( initializePlugins )
#endif
import Module ( ModuleName )