mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 20:10:14 +00:00
add haskell programming template
This commit is contained in:
16
templates/haskell/hie.yaml
Normal file
16
templates/haskell/hie.yaml
Normal 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"}}}
|
Reference in New Issue
Block a user