-
Notifications
You must be signed in to change notification settings - Fork 1
/
hie.yaml
46 lines (32 loc) · 1.06 KB
/
hie.yaml
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
cradle:
cabal:
- path: "src"
component: "lib:purescript"
- path: "purs-lib"
component: "lib:purs-lib"
- path: "app/Main.hs"
component: "purescript:exe:purs"
- path: "app/Command/Bundle.hs"
component: "purescript:exe:purs"
- path: "app/Command/Compile.hs"
component: "purescript:exe:purs"
- path: "app/Command/Docs.hs"
component: "purescript:exe:purs"
- path: "app/Command/Docs/Html.hs"
component: "purescript:exe:purs"
- path: "app/Command/Docs/Markdown.hs"
component: "purescript:exe:purs"
- path: "app/Command/Graph.hs"
component: "purescript:exe:purs"
- path: "app/Command/Hierarchy.hs"
component: "purescript:exe:purs"
- path: "app/Command/Ide.hs"
component: "purescript:exe:purs"
- path: "app/Command/Publish.hs"
component: "purescript:exe:purs"
- path: "app/Command/REPL.hs"
component: "purescript:exe:purs"
- path: "app/Version.hs"
component: "purescript:exe:purs"
- path: "tests"
component: "purescript:test:tests"