Skip to content

Commit

Permalink
hie.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Aug 22, 2023
1 parent 4295559 commit 121c926
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ packages:
, instrumentation/wai
, instrumentation/yesod
, examples/grpc-echo
, examples/http-server
, examples/yesod-minimal
, examples/yesod-subsite
, utils/exceptions
Expand Down
7 changes: 5 additions & 2 deletions hie.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,18 @@ cradle:
- path: "api/test"
component: "hs-opentelemetry-api:test:hs-opentelemetry-api-test"

- path: "examples/grpc-echo/./EchoClient.hs"
- path: "examples/grpc-echo/EchoClient.hs"
component: "grpc-echo-example:exe:echo-client"

- path: "examples/grpc-echo/./EchoServer.hs"
- path: "examples/grpc-echo/EchoServer.hs"
component: "grpc-echo-example:exe:echo-server"

- path: "examples/grpc-echo/gen"
component: "lib:grpc-echo-example"

- path: "examples/http-server/main.hs"
component: "http-server:exe:http-server"

- path: "examples/yesod-minimal/src"
component: "lib:yesod-minimal"

Expand Down

0 comments on commit 121c926

Please sign in to comment.