File tree Expand file tree Collapse file tree 2 files changed +19
-9
lines changed Expand file tree Collapse file tree 2 files changed +19
-9
lines changed Original file line number Diff line number Diff line change @@ -25,9 +25,6 @@ cradle:
25
25
- path : " ./plugins/default/src"
26
26
component : " haskell-language-server:exe:haskell-language-server"
27
27
28
- - path : " ./plugins/tactics/src"
29
- component : " lib:hls-tactics-plugin"
30
-
31
28
- path : " ./exe/Wrapper.hs"
32
29
component : " haskell-language-server:exe:haskell-language-server-wrapper"
33
30
@@ -44,10 +41,21 @@ cradle:
44
41
component : " ghcide:exe:ghcide"
45
42
46
43
- path : " ./hls-plugin-api/src"
47
- component : " hls-plugin-api:lib:hls-plugin-api"
44
+ component : " hls-plugin-api"
45
+
46
+ # Plugins:
47
+
48
+ - path : " ./plugins/tactics/src"
49
+ component : " hls-tactics-plugin:lib:hls-tactics-plugin"
50
+
51
+ - path : " ./plugins/tactics/test"
52
+ component : " hls-tactics-plugin:test:tests"
48
53
49
54
- path : " ./plugins/hls-hlint-plugin/src"
50
- component : " lib: hls-hlint-plugin"
55
+ component : " hls-hlint-plugin"
51
56
52
57
- path : " ./plugins/hls-retrie-plugin/src"
53
- component : " lib:hls-retrie-plugin"
58
+ component : " hls-retrie-plugin"
59
+
60
+ - path : " ./plugins/hls-explicit-imports-plugin/src"
61
+ component : " hls-explicit-imports-plugin"
Original file line number Diff line number Diff line change @@ -36,15 +36,17 @@ cradle:
36
36
- path : " ./test/wrapper"
37
37
component : " haskell-language-server:test:wrapper-test"
38
38
39
+ - path : " ./hls-plugin-api/src"
40
+ component : " hls-plugin-api:lib"
41
+
42
+ # Plugins:
43
+
39
44
- path : " ./plugins/hls-explicit-imports-plugin/src"
40
45
component : " hls-explicit-imports-plugin:lib"
41
46
42
47
- path : " ./plugins/hls-hlint-plugin/src"
43
48
component : " hls-hlint-plugin:lib"
44
49
45
- - path : " ./hls-plugin-api/src"
46
- component : " hls-plugin-api:lib"
47
-
48
50
- path : " ./plugins/hls-retrie-plugin/src"
49
51
component : " hls-retrie-plugin:lib"
50
52
You can’t perform that action at this time.
0 commit comments