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