11 lines
192 B
YAML
11 lines
192 B
YAML
cradle:
|
|
stack:
|
|
- path: "./src"
|
|
component: "utoy:lib"
|
|
|
|
- path: "./app/Main.hs"
|
|
component: "utoy:exe:utoy-exe"
|
|
|
|
- path: "./test"
|
|
component: "utoy:test:utoy-test"
|