Skip to content

Commit b3f4e9a

Browse files
committed
fix 9.0 build
1 parent f941f93 commit b3f4e9a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,8 @@ import GHC (ClsInst,
8282
setTargets, typeKind)
8383
import qualified GHC.LanguageExtensions.Type as LangExt (Extension (..))
8484

85+
import Development.IDE.Core.FileStore (setSomethingModified)
86+
import Development.IDE.Types.Shake (toKey)
8587
import 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)
9193
import Ide.Plugin.Eval.Parse.Comments (commentsToSections)
9294
import Ide.Plugin.Eval.Parse.Option (parseSetFlags)
95+
import Ide.Plugin.Eval.Rules (queueForEvaluation)
9396
import Ide.Plugin.Eval.Types
9497
import Ide.Plugin.Eval.Util (asS, gStrictTry, handleMaybe,
9598
handleMaybeM, isLiterate,
@@ -110,10 +113,7 @@ import UnliftIO.Temporary (withSystemTempFile)
110113
import GHC.Driver.Session (unitDatabases, unitState)
111114
import GHC.Types.SrcLoc (UnhelpfulSpanReason (UnhelpfulInteractive))
112115
#else
113-
import Development.IDE.Core.FileStore (setSomethingModified)
114-
import Development.IDE.Types.Shake (toKey)
115116
import DynFlags
116-
import Ide.Plugin.Eval.Rules (queueForEvaluation)
117117
#endif
118118

119119

0 commit comments

Comments
 (0)