File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
ghcide/src/Development/IDE Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,11 @@ import Development.IDE.Core.Service (initialise, runAction)
55
55
import qualified Development.IDE.Core.Service as Service
56
56
import Development.IDE.Core.Shake (IdeState (shakeExtras ),
57
57
ShakeExtras (state ),
58
- shakeSessionInit , uses )
58
+ shakeSessionInit , uses , IndexQueue )
59
59
import qualified Development.IDE.Core.Shake as Shake
60
60
import Development.IDE.Core.Tracing (measureMemory )
61
61
import Development.IDE.Graph (action )
62
- import Development.IDE.LSP.LanguageServer (runLanguageServer )
62
+ import Development.IDE.LSP.LanguageServer (runLanguageServer , setupLSP )
63
63
import qualified Development.IDE.LSP.LanguageServer as LanguageServer
64
64
import Development.IDE.Main.HeapStats (withHeapStats )
65
65
import qualified Development.IDE.Main.HeapStats as HeapStats
@@ -92,7 +92,7 @@ import Development.IDE.Types.Options (IdeGhcSession,
92
92
defaultIdeOptions ,
93
93
optModifyDynFlags ,
94
94
optTesting )
95
- import Development.IDE.Types.Shake (fromKeyType )
95
+ import Development.IDE.Types.Shake (fromKeyType , WithHieDb )
96
96
import GHC.Conc (getNumProcessors )
97
97
import GHC.IO.Encoding (setLocaleEncoding )
98
98
import GHC.IO.Handle (hDuplicate )
You can’t perform that action at this time.
0 commit comments