We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84fdb07 commit 02a1b44Copy full SHA for 02a1b44
ghcide/src/Development/IDE.hs
@@ -12,7 +12,8 @@ import Development.IDE.Core.IdeConfiguration as X (IdeConfiguration (.
12
isWorkspaceFile)
13
import Development.IDE.Core.OfInterest as X (getFilesOfInterest)
14
import Development.IDE.Core.RuleTypes as X
15
-import Development.IDE.Core.Rules as X (getAtPoint,
+import Development.IDE.Core.Rules as X (IsHiFileStable (..),
16
+ getAtPoint,
17
getClientConfigAction,
18
getDefinition,
19
getParsedModule,
@@ -21,10 +22,12 @@ import Development.IDE.Core.Service as X (runAction)
21
22
import Development.IDE.Core.Shake as X (FastResult (..),
23
IdeAction (..),
24
IdeRule, IdeState,
25
+ RuleBody (..),
26
ShakeExtras,
27
actionLogger,
28
define,
29
defineEarlyCutoff,
30
+ defineNoDiagnostics,
31
getClientConfig,
32
getPluginConfig,
33
ideLogger,
0 commit comments