-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathhie.yaml
More file actions
34 lines (24 loc) · 863 Bytes
/
hie.yaml
File metadata and controls
34 lines (24 loc) · 863 Bytes
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
cradle:
cabal:
- path: "src"
component: "lib:telomare"
- path: "app/Main.hs"
component: "telomare:exe:telomare"
- path: "app/Repl.hs"
component: "telomare:exe:telomare-repl"
- path: "app/Evaluare.hs"
component: "telomare:exe:telomare-evaluare"
- path: "app/LSP.hs"
component: "telomare:exe:telomare-lsp"
- path: "./test/Spec.hs"
component: "test:telomare-test"
- path: "test/ParserTests.hs"
component: "telomare:test:telomare-parser-test"
- path: "test/ResolverTests.hs"
component: "telomare:test:telomare-resolver-test"
- path: "./test/SizingTest.hs"
component: "test:telomare-sizing-test"
- path: "./test/SizingTests.hs"
component: "test:telomare-sizing-test"
- path: "./test/ArithmeticTests.hs"
component: "test:telomare-arithmetic-test"