forked from hstreamdb/hstream
-
Notifications
You must be signed in to change notification settings - Fork 0
/
hie.yaml
76 lines (52 loc) · 2.21 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
cradle:
cabal:
- path: "hstream/src"
component: "lib:hstream"
- path: "hstream/sql-example-mock/Example.hs"
component: "hstream:exe:sql-example-mock"
- path: "hstream/sql-example-logdevice/Example.hs"
component: "hstream:exe:sql-example-logdevice"
- path: "hstream/test"
component: "hstream:test:hstream-test"
- path: "hstream-hesp/src"
component: "lib:hesp"
- path: "hstream-hesp/test"
component: "hesp:test:hesp-test"
- path: "hstream-hesp/./benchmark/Benchmark.hs"
component: "hesp:bench:hesp-benchmark"
- path: "hstream-processing/src"
component: "lib:hstream-processing"
- path: "hstream-processing/example/ProcessorExample0.hs"
component: "hstream-processing:exe:processor-example0"
- path: "hstream-processing/example/ProcessorExample1.hs"
component: "hstream-processing:exe:processor-example1"
- path: "hstream-processing/example/StreamExample0.hs"
component: "hstream-processing:exe:stream-example0"
- path: "hstream-processing/example/StreamExample1.hs"
component: "hstream-processing:exe:stream-example1"
- path: "hstream-processing/example/StreamExample2.hs"
component: "hstream-processing:exe:stream-example2"
- path: "hstream-processing/example/StreamExample3.hs"
component: "hstream-processing:exe:stream-example3"
- path: "hstream-processing/example/StreamExample4.hs"
component: "hstream-processing:exe:stream-example4"
- path: "hstream-processing/example/StreamExample5.hs"
component: "hstream-processing:exe:stream-example5"
- path: "hstream-processing/example/LogDeviceExample0.hs"
component: "hstream-processing:exe:logdevice-example0"
- path: "hstream-sql/src"
component: "lib:hstream-sql"
- path: "hstream-store/./"
component: "lib:hstream-store"
- path: "hstream-store/test"
component: "hstream-store:test:hstream-store-test"
- path: "z-data/./"
component: "lib:Z-Data"
- path: "z-data/test/"
component: "Z-Data:test:Z-Data-Test"
- path: "z-io/./"
component: "lib:Z-IO"
- path: "z-io/test/"
component: "Z-IO:test:Z-IO-Test"
- path: "z-yaml/./"
component: "lib:Z-YAML"