Skip to content

Commit

Permalink
[skip ci] Update hie.yaml by gen-hie (#1617)
Browse files Browse the repository at this point in the history
  • Loading branch information
4eUeP authored Sep 22, 2023
1 parent 859279c commit 6cff5f3
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions hie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ cradle:
- path: "common/hstream/bench/Util.hs"
component: "hstream-common:bench:codec-bench"

- path: "common/server/."
component: "lib:hstream-common-server"

- path: "common/server/test"
component: "hstream-common-server:test:hstream-common-server-test"

- path: "common/stats/."
component: "lib:hstream-common-stats"

Expand Down Expand Up @@ -228,6 +234,9 @@ cradle:
- path: "hstream/./app/client.hs"
component: "hstream:exe:hstream"

- path: "hstream/./app/kafka-server.hs"
component: "hstream:exe:hstream-kafka-server"

- path: "hstream/test"
component: "hstream:test:hstream-test"

Expand Down Expand Up @@ -273,11 +282,14 @@ cradle:
- path: "hstream-io/./"
component: "lib:hstream-io"

- path: "hstream-kafka/src"
component: "lib:hstream-kafka"
- path: "hstream-kafka/protocol"
component: "hstream-kafka:lib:kafka-protocol"

- path: "hstream-kafka/protocol/test"
component: "hstream-kafka:test:kafka-protocol-test"

- path: "hstream-kafka/test"
component: "hstream-kafka:test:hstream-kafka-test"
- path: "hstream-kafka/."
component: "lib:hstream-kafka"

- path: "hstream-processing/src"
component: "lib:hstream-processing"
Expand Down

0 comments on commit 6cff5f3

Please sign in to comment.