|
3 | 3 | # file called 'hie.yaml' |
4 | 4 | cradle: |
5 | 5 | multi: |
6 | | - - path: "./test/testdata/" |
7 | | - config: { cradle: { none: } } |
8 | | - |
| 6 | + - path: "./test/testdata" |
| 7 | + config: { cradle: { none } } |
9 | 8 | - path: "./" |
10 | 9 | config: |
11 | 10 | cradle: |
12 | 11 | stack: |
13 | | - - path: "./test/functional/" |
14 | | - component: "haskell-language-server:func-test" |
| 12 | + - path: "./ghcide/src" |
| 13 | + component: "ghcide:lib" |
15 | 14 |
|
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" |
18 | 20 |
|
19 | 21 | - path: "./exe/Main.hs" |
20 | 22 | component: "haskell-language-server:exe:haskell-language-server" |
21 | 23 |
|
22 | 24 | - path: "./plugins/default/src" |
23 | 25 | component: "haskell-language-server:exe:haskell-language-server" |
24 | 26 |
|
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 | | - |
34 | 27 | - path: "./exe/Wrapper.hs" |
35 | 28 | component: "haskell-language-server:exe:haskell-language-server-wrapper" |
36 | 29 |
|
37 | | - - path: "./src" |
38 | | - component: "haskell-language-server:lib" |
| 30 | + - path: "./test/utils/" |
| 31 | + component: "haskell-language-server:test:func-test" |
39 | 32 |
|
40 | | - - path: "./.stack-work/" |
41 | | - component: "haskell-language-server:lib" |
| 33 | + - path: "./test/functional" |
| 34 | + component: "haskell-language-server:test:func-test" |
42 | 35 |
|
43 | | - - path: "./ghcide/src" |
44 | | - component: "ghcide:lib:ghcide" |
| 36 | + - path: "./test/wrapper" |
| 37 | + component: "haskell-language-server:test:wrapper-test" |
45 | 38 |
|
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" |
48 | 44 |
|
49 | 45 | - path: "./hls-plugin-api/src" |
50 | | - component: "hls-plugin-api:lib:hls-plugin-api" |
| 46 | + component: "hls-plugin-api:lib" |
51 | 47 |
|
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