add haskell programming template

This commit is contained in:
Noah Masur
2022-07-04 19:17:58 -04:00
parent 704acea26e
commit 6d08491f1c
17 changed files with 640 additions and 2 deletions

View File

@ -0,0 +1,16 @@
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"}}}