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