File tree 2 files changed +5
-5
lines changed
ghcide/src/Development/IDE
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,9 +36,9 @@ import Language.LSP.Protocol.Types hiding
36
36
import Prelude hiding (mod )
37
37
38
38
-- compiler and infrastructure
39
+ import Development.IDE.Core.Compile (setNonHomeFCHook )
39
40
import Development.IDE.Core.PositionMapping
40
41
import Development.IDE.Core.RuleTypes
41
- import Development.IDE.Core.Compile (setNonHomeFCHook )
42
42
import Development.IDE.GHC.Compat
43
43
import qualified Development.IDE.GHC.Compat.Util as Util
44
44
import Development.IDE.GHC.Util (printOutputable )
Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ import Control.DeepSeq (force, rwhnf)
14
14
import Control.Exception (evaluate , mask , throwIO )
15
15
import Control.Monad.Extra (eitherM , join , mapMaybeM )
16
16
import Data.Either (fromRight )
17
+ import Data.IORef
18
+ import qualified Data.Map as M
17
19
import Data.Unique (Unique )
18
20
import qualified Data.Unique as Unique
19
21
import Development.IDE.GHC.Compat hiding (newUnique )
@@ -22,12 +24,10 @@ import Development.IDE.GHC.Error (catchSrcErrors)
22
24
import Development.IDE.GHC.Util (lookupPackageConfig )
23
25
import Development.IDE.Graph.Classes
24
26
import Development.IDE.Types.Exports (ExportsMap , createExportsMap )
27
+ import GHC.Driver.Env (hsc_all_home_unit_ids )
28
+ import Ide.PluginUtils (toAbsolute )
25
29
import OpenTelemetry.Eventlog (withSpan )
26
30
import System.Directory (makeAbsolute )
27
- import qualified Data.Map as M
28
- import Data.IORef
29
- import GHC.Driver.Env (hsc_all_home_unit_ids )
30
- import Ide.PluginUtils (toAbsolute )
31
31
32
32
33
33
-- | An 'HscEnv' with equality. Two values are considered equal
You can’t perform that action at this time.
0 commit comments