forked from haskell/haskell-language-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml.stack
53 lines (39 loc) · 1.74 KB
/
hie.yaml.stack
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# This is a sample hie.yaml file for opening haskell-language-server
# in hie, using stack as the build system. To use is, copy it to a
# file called 'hie.yaml'
cradle:
multi:
- path: "./test/testdata/"
config: { cradle: { none: } }
- path: "./"
config:
cradle:
stack:
- path: "./test/functional/"
component: "haskell-language-server:func-test"
- path: "./test/utils/"
component: "haskell-language-server:func-test"
- path: "./exe/Main.hs"
component: "haskell-language-server:exe:haskell-language-server"
- path: "./plugins/default/src"
component: "haskell-language-server:exe:haskell-language-server"
- path: "./plugins/tactics/src"
component: "hls-tactics-plugin:lib:hls-tactics-plugin"
- path: "./plugins/tactics/test"
component: "hls-tactics-plugin:test:tests"
- path: "./exe/Arguments.hs"
component: "haskell-language-server:exe:haskell-language-server"
- path: "./exe/Wrapper.hs"
component: "haskell-language-server:exe:haskell-language-server-wrapper"
- path: "./src"
component: "haskell-language-server:lib"
- path: "./.stack-work/"
component: "haskell-language-server:lib"
- path: "./ghcide/src"
component: "ghcide:lib:ghcide"
- path: "./ghcide/exe"
component: "ghcide:exe:ghcide"
- path: "./hls-plugin-api/src"
component: "hls-plugin-api:lib:hls-plugin-api"
- path: "./plugins/hls-hlint-plugin/src"
component: "hls-hlint-plugin:lib:hls-hlint-plugin"