Skip to content

Commit 02a1b44

Browse files
committed
Reexport new definitions from top level
1 parent 84fdb07 commit 02a1b44

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

ghcide/src/Development/IDE.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import Development.IDE.Core.IdeConfiguration as X (IdeConfiguration (.
1212
isWorkspaceFile)
1313
import Development.IDE.Core.OfInterest as X (getFilesOfInterest)
1414
import Development.IDE.Core.RuleTypes as X
15-
import Development.IDE.Core.Rules as X (getAtPoint,
15+
import Development.IDE.Core.Rules as X (IsHiFileStable (..),
16+
getAtPoint,
1617
getClientConfigAction,
1718
getDefinition,
1819
getParsedModule,
@@ -21,10 +22,12 @@ import Development.IDE.Core.Service as X (runAction)
2122
import Development.IDE.Core.Shake as X (FastResult (..),
2223
IdeAction (..),
2324
IdeRule, IdeState,
25+
RuleBody (..),
2426
ShakeExtras,
2527
actionLogger,
2628
define,
2729
defineEarlyCutoff,
30+
defineNoDiagnostics,
2831
getClientConfig,
2932
getPluginConfig,
3033
ideLogger,

0 commit comments

Comments
 (0)