14 lines
290 B
YAML
14 lines
290 B
YAML
cradle:
|
|
stack:
|
|
- path: "./src"
|
|
component: "turing-hs:lib"
|
|
|
|
- path: "./app/Main.hs"
|
|
component: "turing-hs:exe:turing"
|
|
|
|
- path: "./app/Paths_turing_hs.hs"
|
|
component: "turing-hs:exe:turing"
|
|
|
|
- path: "./test"
|
|
component: "turing-hs:test:turing-hs-test"
|