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 02308cd commit e456f66Copy full SHA for e456f66
plugins/hls-hlint-plugin/src/Ide/Plugin/Hlint.hs
@@ -32,12 +32,7 @@ import Data.Maybe
32
import qualified Data.Text as T
33
import qualified Data.Text.IO as T
34
import Data.Typeable
35
-import Development.IDE.Core.FileStore
36
-import Development.IDE.Core.OfInterest
37
-import Development.IDE.Core.Rules
38
-import Development.IDE.Core.Shake hiding (withIndefiniteProgress)
39
-import Development.IDE.Types.Diagnostics as D
40
-import Development.IDE.Types.Location
+import Development.IDE
41
import Development.Shake
42
43
#ifdef GHC_LIB
0 commit comments