mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-08 21:46:41 +00:00
17 lines
408 B
YAML
17 lines
408 B
YAML
|
cradle:
|
||
|
multi:
|
||
|
# - path: "ignore/"
|
||
|
# config: {cradle: {none: }}
|
||
|
|
||
|
- path: "src"
|
||
|
config: {cradle: {cabal: {component: "lib:hello"}}}
|
||
|
|
||
|
- path: "app"
|
||
|
config: {cradle: {cabal: {component: "hello:hello-exe"}}}
|
||
|
|
||
|
- path: "test"
|
||
|
config: {cradle: {cabal: {component: "hello:hello-test"}}}
|
||
|
|
||
|
- path: "bench"
|
||
|
config: {cradle: {cabal: {component: "hello:hello-bench"}}}
|