forked from morpheusgraphql/morpheus-graphql
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhie.yaml
29 lines (29 loc) · 1.27 KB
/
hie.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
cradle:
stack:
stackYaml: "./stack.yaml"
components:
- path: "./src"
component: "morpheus-graphql:lib"
- path: "./src/test/Spec.hs"
component: "morpheus-graphql:test:morpheus-test"
- path: "morpheus-graphql-app"
component: "morpheus-graphql-app:lib"
- path: "morpheus-graphql-app/test"
component: "morpheus-graphql-app:test:morpheus-test"
- path: "morpheus-graphql-benchmarks"
component: "morpheus-graphql-benchmarks:bench:morpheus-bench"
- path: "morpheus-graphql-client"
component: "morpheus-graphql-client:lib"
- path: "morpheus-graphql-client/test"
component: "morpheus-graphql-client:test:morpheus-client-test"
- path: "morpheus-graphql-core"
component: "morpheus-graphql-core:lib"
- path: "morpheus-graphql-core/test"
component: "morpheus-graphql-core:test:morpheus-test"
## exe
- path: "morpheus-graphql-examples-client"
component: "morpheus-graphql-examples-client:exe:morpheus-client-example"
- path: "morpheus-graphql-examples-scotty"
component: "morpheus-graphql-examples-scotty:exe:scotty-server"
- path: "morpheus-graphql-examples-servant"
component: "morpheus-graphql-examples-servant:exe:servant-server"