File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 19
19
ghcide = gitignoreSource ../ghcide ;
20
20
hie-compat = gitignoreSource ../ghcide/hie-compat ;
21
21
hls-plugin-api = gitignoreSource ../hls-plugin-api ;
22
- hls-tactics-plugin = gitignoreSource ../plugins/tactics ;
23
- hls-hlint-plugin = gitignoreSource ../plugins/hls-hlint-plugin ;
22
+ hls-class-plugin = gitignoreSource ../plugins/hls-class-plugin ;
24
23
hls-explicit-imports-plugin = gitignoreSource ../plugins/hls-explicit-imports-plugin ;
24
+ hls-hlint-plugin = gitignoreSource ../plugins/hls-hlint-plugin ;
25
25
hls-retrie-plugin = gitignoreSource ../plugins/hls-retrie-plugin ;
26
+ hls-tactics-plugin = gitignoreSource ../plugins/tactics ;
26
27
} ) ;
27
28
in
28
29
{
Original file line number Diff line number Diff line change @@ -28,10 +28,11 @@ let defaultCompiler = "ghc" + lib.replaceStrings ["."] [""] haskellPackages.ghc.
28
28
p . ghcide
29
29
p . hie-compat
30
30
p . hls-plugin-api
31
- p . hls-tactics-plugin
32
- p . hls-hlint-plugin
31
+ p . hls-class-plugin
33
32
p . hls-explicit-imports-plugin
33
+ p . hls-hlint-plugin
34
34
p . hls-retrie-plugin
35
+ p . hls-tactics-plugin
35
36
] ;
36
37
37
38
isSupported = compiler == "default" || compiler == defaultCompiler ;
You can’t perform that action at this time.
0 commit comments