Skip to content

Commit b65a02d

Browse files
committed
fixed hie.yaml.stack
1 parent 9120f4b commit b65a02d

File tree

1 file changed

+35
-27
lines changed

1 file changed

+35
-27
lines changed

hie.yaml.stack

Lines changed: 35 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,59 @@
33
# file called 'hie.yaml'
44
cradle:
55
multi:
6-
- path: "./test/testdata/"
7-
config: { cradle: { none: } }
8-
6+
- path: "./test/testdata"
7+
config: { cradle: { none } }
98
- path: "./"
109
config:
1110
cradle:
1211
stack:
13-
- path: "./test/functional/"
14-
component: "haskell-language-server:func-test"
12+
- path: "./ghcide/src"
13+
component: "ghcide:lib"
1514

16-
- path: "./test/utils/"
17-
component: "haskell-language-server:func-test"
15+
- path: "./ghcide/exe"
16+
component: "ghcide:exe:ghcide"
1817

19-
- path: "./exe/Main.hs"
20-
component: "haskell-language-server:exe:haskell-language-server"
18+
- path: "./src"
19+
component: "haskell-language-server:lib"
2120

22-
- path: "./plugins/default/src"
23-
component: "haskell-language-server:exe:haskell-language-server"
21+
- path: "./.stack-work/"
22+
component: "haskell-language-server:lib"
2423

25-
- path: "./plugins/tactics/src"
26-
component: "hls-tactics-plugin:lib:hls-tactics-plugin"
24+
- path: "./exe/Arguments.hs"
25+
component: "haskell-language-server:exe:haskell-language-server"
2726

28-
- path: "./plugins/tactics/test"
29-
component: "hls-tactics-plugin:test:tests"
27+
- path: "./exe/Main.hs"
28+
component: "haskell-language-server:exe:haskell-language-server"
3029

31-
- path: "./exe/Arguments.hs"
30+
- path: "./plugins/default/src"
3231
component: "haskell-language-server:exe:haskell-language-server"
3332

3433
- path: "./exe/Wrapper.hs"
3534
component: "haskell-language-server:exe:haskell-language-server-wrapper"
3635

37-
- path: "./src"
38-
component: "haskell-language-server:lib"
36+
- path: "./test/utils/"
37+
component: "haskell-language-server:test:func-test"
3938

40-
- path: "./.stack-work/"
41-
component: "haskell-language-server:lib"
39+
- path: "./test/functional"
40+
component: "haskell-language-server:test:func-test"
4241

43-
- path: "./ghcide/src"
44-
component: "ghcide:lib:ghcide"
42+
- path: "./test/wrapper"
43+
component: "haskell-language-server:test:wrapper-test"
4544

46-
- path: "./ghcide/exe"
47-
component: "ghcide:exe:ghcide"
45+
- path: "./plugins/hls-explicit-imports-plugin/src"
46+
component: "hls-explicit-imports-plugin:lib"
47+
48+
- path: "./plugins/hls-hlint-plugin/src"
49+
component: "hls-hlint-plugin:lib"
4850

4951
- path: "./hls-plugin-api/src"
50-
component: "hls-plugin-api:lib:hls-plugin-api"
52+
component: "hls-plugin-api:lib"
5153

52-
- path: "./plugins/hls-hlint-plugin/src"
53-
component: "hls-hlint-plugin:lib:hls-hlint-plugin"
54+
- path: "./plugins/hls-retrie-plugin/src"
55+
component: "hls-retrie-plugin:lib"
56+
57+
- path: "./plugins/tactics/src"
58+
component: "hls-tactics-plugin:lib"
59+
60+
- path: "./plugins/tactics/test"
61+
component: "hls-tactics-plugin:test:tests"

0 commit comments

Comments
 (0)