haskell-realworld-example/hie.yaml

9 lines
232 B
YAML
Raw Permalink Normal View History

2021-07-11 13:07:10 +03:00
cradle:
2021-07-11 15:15:04 +03:00
stack:
- path: "./src"
component: "conduit-server:lib"
- path: "./app"
component: "conduit-server:exe:conduit-server-exe"
2021-08-07 17:34:30 +03:00
- path: "./test"
component: "conduit-server:test:conduit-server-test"