diff options
Diffstat (limited to 'compiler/GHC.hs')
-rw-r--r-- | compiler/GHC.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC.hs b/compiler/GHC.hs index 6fa90108b7..4d31ae1e3a 100644 --- a/compiler/GHC.hs +++ b/compiler/GHC.hs @@ -856,7 +856,7 @@ setInteractiveDynFlags dflags = do -- Initialise (load) plugins in the interactive environment with the new -- DynFlags - plugin_env <- liftIO $ flip initializePlugins Nothing $ mkInteractiveHscEnv $ + plugin_env <- liftIO $ initializePlugins $ mkInteractiveHscEnv $ hsc_env0 { hsc_IC = ic0 { ic_dflags = dflags'' }} -- Update both plugins cache and DynFlags in the interactive context. |