|
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" |
18 | 17 |
|
19 |
| - - path: "./exe/Main.hs" |
20 |
| - component: "haskell-language-server:exe:haskell-language-server" |
| 18 | + - path: "./src" |
| 19 | + component: "haskell-language-server:lib" |
21 | 20 |
|
22 |
| - - path: "./plugins/default/src" |
23 |
| - component: "haskell-language-server:exe:haskell-language-server" |
| 21 | + - path: "./.stack-work/" |
| 22 | + component: "haskell-language-server:lib" |
24 | 23 |
|
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" |
27 | 26 |
|
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" |
30 | 29 |
|
31 |
| - - path: "./exe/Arguments.hs" |
| 30 | + - path: "./plugins/default/src" |
32 | 31 | component: "haskell-language-server:exe:haskell-language-server"
|
33 | 32 |
|
34 | 33 | - path: "./exe/Wrapper.hs"
|
35 | 34 | component: "haskell-language-server:exe:haskell-language-server-wrapper"
|
36 | 35 |
|
37 |
| - - path: "./src" |
38 |
| - component: "haskell-language-server:lib" |
| 36 | + - path: "./test/utils/" |
| 37 | + component: "haskell-language-server:test:func-test" |
39 | 38 |
|
40 |
| - - path: "./.stack-work/" |
41 |
| - component: "haskell-language-server:lib" |
| 39 | + - path: "./test/functional" |
| 40 | + component: "haskell-language-server:test:func-test" |
42 | 41 |
|
43 |
| - - path: "./ghcide/src" |
44 |
| - component: "ghcide:lib:ghcide" |
| 42 | + - path: "./test/wrapper" |
| 43 | + component: "haskell-language-server:test:wrapper-test" |
45 | 44 |
|
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" |
48 | 50 |
|
49 | 51 | - path: "./hls-plugin-api/src"
|
50 |
| - component: "hls-plugin-api:lib:hls-plugin-api" |
| 52 | + component: "hls-plugin-api:lib" |
51 | 53 |
|
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