Skip to content

Commit

Permalink
fix 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
soulomoon committed May 26, 2024
1 parent 5d66041 commit d7946a0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ghcide/session-loader/Development/IDE/Session.hs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ import Data.HashMap.Strict (HashMap)
import Data.HashSet (HashSet)
import qualified Data.HashSet as Set
import Database.SQLite.Simple
import Development.IDE.Core.Thread (ThreadRun (..))
import Development.IDE.Core.Tracing (withTrace)
import Development.IDE.Session.Diagnostics (renderCradleError)
import Development.IDE.Types.Shake (WithHieDb, toNoFileKey)
Expand All @@ -124,8 +125,6 @@ import qualified Data.Set as OS
import qualified Development.IDE.GHC.Compat.Util as Compat
import GHC.Data.Graph.Directed

import Development.IDE.Core.Thread (ThreadRun (..),
runInThread)
import GHC.Data.Bag
import GHC.Driver.Env (hsc_all_home_unit_ids)
import GHC.Driver.Errors.Types
Expand Down

0 comments on commit d7946a0

Please sign in to comment.