utoy/hie.yaml
2023-03-01 03:41:39 +01:00

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"