dotfiles/templates/haskell/hie.yaml

17 lines
408 B
YAML
Raw Normal View History

2022-07-04 23:17:58 +00:00
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"}}}