-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhie.yaml
46 lines (32 loc) · 1.04 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:
stack:
- path: "./test/Main.hs"
component: "example:test:example-test"
- path: "./test/Analysis/Calculations.hs"
component: "example:test:example-test"
- path: "./test/E2E/APISpec.hs"
component: "example:test:example-test"
- path: "./test/Spec.hs"
component: "example:test:example-test"
- path: "./app/Main.hs"
component: "example:exe:api"
- path: "./src/API/Data.hs"
component: "example:lib"
- path: "./src/API/Handlers.hs"
component: "example:lib"
- path: "./src/API/HTTP.hs"
component: "example:lib"
- path: "./src/CLI.hs"
component: "example:lib"
- path: "./src/Config.hs"
component: "example:lib"
- path: "./src/Datasources/Alpaca/API.hs"
component: "example:lib"
- path: "./src/Datasources/Alpaca/Data.hs"
component: "example:lib"
- path: "./src/Demo.hs"
component: "example:lib"
- path: "./src/FFI/Rust.hs"
component: "example:lib"
- path: "./src/Monad.hs"
component: "example:lib"