octopod/hie.yaml

23 lines
553 B
YAML
Raw Normal View History

2020-12-09 16:20:24 +03:00
cradle:
cabal:
2020-12-09 16:20:24 +03:00
- path: "octo-cli/src"
component: "octo-cli:exe:octo"
- path: "octopod-api/src"
component: "lib:octopod-api"
2020-12-09 16:20:24 +03:00
- path: "octopod-backend/src"
component: "lib:octopod-backend"
2020-12-09 16:20:24 +03:00
- path: "octopod-backend/app"
component: "octopod-backend:exe:octopod-exe"
- path: "octopod-backend/test"
component: "octopod-backend:test:octopod-test"
- path: "octopod-common/src"
component: "lib:octopod-common"
- path: "octopod-frontend/src"
component: "octopod-frontend:exe:frontend"