@@ -82,6 +82,8 @@ import GHC (ClsInst,
8282 setTargets , typeKind )
8383import qualified GHC.LanguageExtensions.Type as LangExt (Extension (.. ))
8484
85+ import Development.IDE.Core.FileStore (setSomethingModified )
86+ import Development.IDE.Types.Shake (toKey )
8587import Ide.Plugin.Eval.Code (Statement , asStatements ,
8688 evalSetup , myExecStmt ,
8789 propSetup , resultRange ,
@@ -90,6 +92,7 @@ import Ide.Plugin.Eval.GHC (addImport, addPackages,
9092 hasPackage , showDynFlags )
9193import Ide.Plugin.Eval.Parse.Comments (commentsToSections )
9294import Ide.Plugin.Eval.Parse.Option (parseSetFlags )
95+ import Ide.Plugin.Eval.Rules (queueForEvaluation )
9396import Ide.Plugin.Eval.Types
9497import Ide.Plugin.Eval.Util (asS , gStrictTry , handleMaybe ,
9598 handleMaybeM , isLiterate ,
@@ -110,10 +113,7 @@ import UnliftIO.Temporary (withSystemTempFile)
110113import GHC.Driver.Session (unitDatabases , unitState )
111114import GHC.Types.SrcLoc (UnhelpfulSpanReason (UnhelpfulInteractive ))
112115#else
113- import Development.IDE.Core.FileStore (setSomethingModified )
114- import Development.IDE.Types.Shake (toKey )
115116import DynFlags
116- import Ide.Plugin.Eval.Rules (queueForEvaluation )
117117#endif
118118
119119
0 commit comments