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:
2525 - path : " ./plugins/default/src"
2626 component : " haskell-language-server:exe:haskell-language-server"
2727
28- - path : " ./plugins/tactics/src"
29- component : " lib:hls-tactics-plugin"
30-
3128 - path : " ./exe/Wrapper.hs"
3229 component : " haskell-language-server:exe:haskell-language-server-wrapper"
3330
@@ -44,10 +41,21 @@ cradle:
4441 component : " ghcide:exe:ghcide"
4542
4643 - 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"
4853
4954 - path : " ./plugins/hls-hlint-plugin/src"
50- component : " lib: hls-hlint-plugin"
55+ component : " hls-hlint-plugin"
5156
5257 - 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:
3636 - path : " ./test/wrapper"
3737 component : " haskell-language-server:test:wrapper-test"
3838
39+ - path : " ./hls-plugin-api/src"
40+ component : " hls-plugin-api:lib"
41+
42+ # Plugins:
43+
3944 - path : " ./plugins/hls-explicit-imports-plugin/src"
4045 component : " hls-explicit-imports-plugin:lib"
4146
4247 - path : " ./plugins/hls-hlint-plugin/src"
4348 component : " hls-hlint-plugin:lib"
4449
45- - path : " ./hls-plugin-api/src"
46- component : " hls-plugin-api:lib"
47-
4850 - path : " ./plugins/hls-retrie-plugin/src"
4951 component : " hls-retrie-plugin:lib"
5052
You can’t perform that action at this time.
0 commit comments