mirror of
https://github.com/malob/prefmanager.git
synced 2024-12-14 11:57:49 +00:00
16 lines
392 B
YAML
16 lines
392 B
YAML
cradle:
|
|
stack:
|
|
- path: "./src"
|
|
component: "prefmanager:lib"
|
|
|
|
- path: "./app/Main.hs"
|
|
component: "prefmanager:exe:prefmanager"
|
|
|
|
- path: "./app/Paths_prefmanager.hs"
|
|
component: "prefmanager:exe:prefmanager"
|
|
|
|
- path: "./test"
|
|
component: "prefmanager:test:prefmanager-test"
|
|
|
|
- path: "./property-list-0.1.0.5/src"
|
|
component: "property-list:lib"
|