thisfieldwas.green/hie.yaml

14 lines
263 B
YAML

cradle:
stack:
- path: "./src"
component: "green:lib"
- path: "./app/author/Main.hs"
component: "green:exe:author"
- path: "./app/site/Main.hs"
component: "green:exe:site"
- path: "./test"
component: "green:test:test"