-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml
46 lines (32 loc) · 1.15 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: "freckle-app/library"
component: "freckle-app:lib"
- path: "freckle-app/doctest"
component: "freckle-app:test:doctest"
- path: "freckle-app/tests"
component: "freckle-app:test:spec"
- path: "freckle-env/library"
component: "freckle-env:lib"
- path: "freckle-env/doctest"
component: "freckle-env:test:doctest"
- path: "freckle-exception/library"
component: "freckle-exception:lib"
- path: "freckle-http/library"
component: "freckle-http:lib"
- path: "freckle-http/tests"
component: "freckle-http:test:spec"
- path: "freckle-kafka/library"
component: "freckle-kafka:lib"
- path: "freckle-memcached/library"
component: "freckle-memcached:lib"
- path: "freckle-memcached/tests"
component: "freckle-memcached:test:spec"
- path: "freckle-otel/library"
component: "freckle-otel:lib"
- path: "freckle-otel/tests"
component: "freckle-otel:test:spec"
- path: "freckle-prelude/library"
component: "freckle-prelude:lib"
- path: "persistent-sql-lifted/library"
component: "persistent-sql-lifted:lib"