-
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathhie.yaml
More file actions
28 lines (20 loc) · 622 Bytes
/
hie.yaml
File metadata and controls
28 lines (20 loc) · 622 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
cradle:
cabal:
- path: "./src/core"
component: "lib:flora"
- path: "./src/datatypes"
component: "lib:flora"
- path: "./src/advisories"
component: "lib:flora"
- path: "./src/web"
component: "flora:lib:flora-web"
- path: "./src/jobs-worker"
component: "flora:lib:flora-jobs"
- path: "./app/server/Main.hs"
component: "flora:exe:flora-server"
- path: "./app/cli/Main.hs"
component: "flora:exe:flora-cli"
- path: "./app/cli/DesignSystem.hs"
component: "flora:exe:flora-cli"
- path: "./test"
component: "flora:test:flora-test"