-
Notifications
You must be signed in to change notification settings - Fork 23
/
hie.yaml
46 lines (32 loc) · 1.22 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: "./hnix-store-core/src"
component: "lib:hnix-store-core"
- path: "./hnix-store-core/tests"
component: "hnix-store-core:test:core"
- path: "./hnix-store-db/src"
component: "lib:hnix-store-db"
- path: "./hnix-store-db/tests"
component: "hnix-store-db:test:db"
- path: "./hnix-store-json/src"
component: "lib:hnix-store-json"
- path: "./hnix-store-json/tests"
component: "hnix-store-json:test:json"
- path: "./hnix-store-nar/src"
component: "lib:hnix-store-nar"
- path: "./hnix-store-nar/tests"
component: "hnix-store-nar:test:nar"
- path: "./hnix-store-readonly/src"
component: "lib:hnix-store-readonly"
- path: "./hnix-store-readonly/tests"
component: "hnix-store-readonly:test:readonly"
- path: "./hnix-store-remote/src"
component: "lib:hnix-store-remote"
- path: "./hnix-store-remote/tests"
component: "hnix-store-remote:test:remote"
- path: "./hnix-store-remote/tests-io"
component: "hnix-store-remote:test:remote-io"
- path: "./hnix-store-tests/src"
component: "lib:hnix-store-tests"
- path: "./hnix-store-tests/tests"
component: "hnix-store-tests:test:props"