Skip to content

Commit 9a742e2

Browse files
authored
Merge pull request #664 from tittoassini/hie
fixed hie.yaml.stack
2 parents 8f8aa7f + 05872e2 commit 9a742e2

File tree

1 file changed

+29
-27
lines changed

1 file changed

+29
-27
lines changed

hie.yaml.stack

Lines changed: 29 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -3,51 +3,53 @@
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"
17+
18+
- path: "./src"
19+
component: "haskell-language-server:lib"
1820

1921
- path: "./exe/Main.hs"
2022
component: "haskell-language-server:exe:haskell-language-server"
2123

2224
- path: "./plugins/default/src"
2325
component: "haskell-language-server:exe:haskell-language-server"
2426

25-
- path: "./plugins/tactics/src"
26-
component: "hls-tactics-plugin:lib:hls-tactics-plugin"
27-
28-
- path: "./plugins/tactics/test"
29-
component: "hls-tactics-plugin:test:tests"
30-
31-
- path: "./exe/Arguments.hs"
32-
component: "haskell-language-server:exe:haskell-language-server"
33-
3427
- path: "./exe/Wrapper.hs"
3528
component: "haskell-language-server:exe:haskell-language-server-wrapper"
3629

37-
- path: "./src"
38-
component: "haskell-language-server:lib"
30+
- path: "./test/utils/"
31+
component: "haskell-language-server:test:func-test"
3932

40-
- path: "./.stack-work/"
41-
component: "haskell-language-server:lib"
33+
- path: "./test/functional"
34+
component: "haskell-language-server:test:func-test"
4235

43-
- path: "./ghcide/src"
44-
component: "ghcide:lib:ghcide"
36+
- path: "./test/wrapper"
37+
component: "haskell-language-server:test:wrapper-test"
4538

46-
- path: "./ghcide/exe"
47-
component: "ghcide:exe:ghcide"
39+
- path: "./plugins/hls-explicit-imports-plugin/src"
40+
component: "hls-explicit-imports-plugin:lib"
41+
42+
- path: "./plugins/hls-hlint-plugin/src"
43+
component: "hls-hlint-plugin:lib"
4844

4945
- path: "./hls-plugin-api/src"
50-
component: "hls-plugin-api:lib:hls-plugin-api"
46+
component: "hls-plugin-api:lib"
5147

52-
- path: "./plugins/hls-hlint-plugin/src"
53-
component: "hls-hlint-plugin:lib:hls-hlint-plugin"
48+
- path: "./plugins/hls-retrie-plugin/src"
49+
component: "hls-retrie-plugin:lib"
50+
51+
- path: "./plugins/tactics/src"
52+
component: "hls-tactics-plugin:lib"
53+
54+
- path: "./plugins/tactics/test"
55+
component: "hls-tactics-plugin:test:tests"

0 commit comments

Comments
 (0)