mirror of
https://github.com/anoma/juvix.git
synced 2024-11-24 00:35:43 +03:00
14 lines
233 B
YAML
14 lines
233 B
YAML
cradle:
|
|
cabal:
|
|
- path: "./src"
|
|
component: "lib:juvix"
|
|
|
|
- path: "./app"
|
|
component: "exe:juvix"
|
|
|
|
- path: "./test"
|
|
component: "test:juvix-test"
|
|
|
|
- path: "./bench"
|
|
component: "bench:juvix-bench"
|