Skip to content

Commit 2fd380d

Browse files
committed
Update hie.yaml
1 parent 76161d7 commit 2fd380d

File tree

2 files changed

+19
-9
lines changed

2 files changed

+19
-9
lines changed

hie-cabal.yaml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff 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"

hie-stack.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)