mirror of
https://github.com/polysemy-research/polysemy.git
synced 2024-11-29 22:52:37 +03:00
14 lines
305 B
YAML
14 lines
305 B
YAML
cradle:
|
|
cabal:
|
|
- path: "."
|
|
component: "lib:polysemy"
|
|
|
|
- path: "./test"
|
|
component: "polysemy:test:polysemy-test"
|
|
|
|
- path: "./polysemy-plugin"
|
|
component: "lib:polysemy-plugin"
|
|
|
|
- path: "./polysemy-plugin/test"
|
|
component: "polysemy-plugin:test:polysemy-plugin-test"
|