-
Notifications
You must be signed in to change notification settings - Fork 1
/
hie.yaml
46 lines (32 loc) · 1.1 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/Main.hs"
component: "plume:exe:plume"
- path: "src/CodeGen/ARM/Emit.hs"
component: "plume:exe:plume"
- path: "src/CodeGen/ARM/RegAlloc.hs"
component: "plume:exe:plume"
- path: "src/CodeGen/Wasm/Emit.hs"
component: "plume:exe:plume"
- path: "src/CodeGen/Wasm/Translation.hs"
component: "plume:exe:plume"
- path: "src/CodeGen/Wasm/Types.hs"
component: "plume:exe:plume"
- path: "src/Ir/Tac/Translation.hs"
component: "plume:exe:plume"
- path: "src/Ir/Tac/Types.hs"
component: "plume:exe:plume"
- path: "src/Parsing/Lexer.hs"
component: "plume:exe:plume"
- path: "src/Parsing/Parser.hs"
component: "plume:exe:plume"
- path: "src/Parsing/Syntax.hs"
component: "plume:exe:plume"
- path: "src/Semantics/Error.hs"
component: "plume:exe:plume"
- path: "src/Semantics/SymbolTable.hs"
component: "plume:exe:plume"
- path: "src/Semantics/Validation.hs"
component: "plume:exe:plume"
- path: "src/Paths_plume.hs"
component: "plume:exe:plume"