[commit: ghc] master: ghc/Main.hs: Add import list to DynamicLoading (161f463)
git at git.haskell.org
git at git.haskell.org
Tue Oct 18 19:29:10 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/161f463045668055b6f31a276498931ddfb3807f/ghc
>---------------------------------------------------------------
commit 161f463045668055b6f31a276498931ddfb3807f
Author: Ömer Sinan Ağacan <omeragacan at gmail.com>
Date: Tue Oct 18 15:24:23 2016 -0400
ghc/Main.hs: Add import list to DynamicLoading
>---------------------------------------------------------------
161f463045668055b6f31a276498931ddfb3807f
ghc/Main.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ghc/Main.hs b/ghc/Main.hs
index 79e29b5..83d5238 100644
--- a/ghc/Main.hs
+++ b/ghc/Main.hs
@@ -31,7 +31,7 @@ import GHCi.UI ( interactiveUI, ghciWelcomeMsg, defaultGhciSettings )
-- Frontend plugins
#ifdef GHCI
-import DynamicLoading
+import DynamicLoading ( loadFrontendPlugin )
import Plugins
#else
import DynamicLoading ( pluginError )
More information about the ghc-commits
mailing list