Skip to content

Commit

Permalink
fix 9.0 build
Browse files Browse the repository at this point in the history
  • Loading branch information
pepeiborra committed Oct 24, 2021
1 parent 71f5f95 commit e98625e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions plugins/hls-eval-plugin/src/Ide/Plugin/Eval/CodeLens.hs
Expand Up @@ -82,6 +82,8 @@ import GHC (ClsInst,
setTargets, typeKind)
import qualified GHC.LanguageExtensions.Type as LangExt (Extension (..))

import Development.IDE.Core.FileStore (setSomethingModified)
import Development.IDE.Types.Shake (toKey)
import Ide.Plugin.Eval.Code (Statement, asStatements,
evalSetup, myExecStmt,
propSetup, resultRange,
Expand All @@ -90,6 +92,7 @@ import Ide.Plugin.Eval.GHC (addImport, addPackages,
hasPackage, showDynFlags)
import Ide.Plugin.Eval.Parse.Comments (commentsToSections)
import Ide.Plugin.Eval.Parse.Option (parseSetFlags)
import Ide.Plugin.Eval.Rules (queueForEvaluation)
import Ide.Plugin.Eval.Types
import Ide.Plugin.Eval.Util (asS, gStrictTry, handleMaybe,
handleMaybeM, isLiterate,
Expand All @@ -110,10 +113,7 @@ import UnliftIO.Temporary (withSystemTempFile)
import GHC.Driver.Session (unitDatabases, unitState)
import GHC.Types.SrcLoc (UnhelpfulSpanReason (UnhelpfulInteractive))
#else
import Development.IDE.Core.FileStore (setSomethingModified)
import Development.IDE.Types.Shake (toKey)
import DynFlags
import Ide.Plugin.Eval.Rules (queueForEvaluation)
#endif


Expand Down

0 comments on commit e98625e

Please sign in to comment.