We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed972a0 commit f91edecCopy full SHA for f91edec
hls-graph/src/Development/IDE/Graph.hs
@@ -25,9 +25,9 @@ module Development.IDE.Graph(
25
) where
26
27
import Development.IDE.Graph.Database
28
-import Development.IDE.Graph.KeyMap
29
-import Development.IDE.Graph.KeySet
30
import Development.IDE.Graph.Internal.Action
31
import Development.IDE.Graph.Internal.Options
32
import Development.IDE.Graph.Internal.Rules
33
import Development.IDE.Graph.Internal.Types
+import Development.IDE.Graph.KeyMap
+import Development.IDE.Graph.KeySet
0 commit comments