mirror of
https://github.com/anoma/juvix.git
synced 2024-12-04 17:07:28 +03:00
14 lines
296 B
YAML
14 lines
296 B
YAML
cradle:
|
|
stack:
|
|
- path: "./src"
|
|
component: "MiniJuvix:lib"
|
|
|
|
- path: "./app/Main.hs"
|
|
component: "MiniJuvix:exe:minijuvix"
|
|
|
|
- path: "./app/Paths_MiniJuvix.hs"
|
|
component: "MiniJuvix:exe:minijuvix"
|
|
|
|
- path: "./test"
|
|
component: "MiniJuvix:test:MiniJuvix-test"
|