2020-06-12 13:46:27 +03:00
|
|
|
cradle:
|
|
|
|
multi:
|
|
|
|
- path: "./test/data"
|
|
|
|
config: { cradle: { none: } }
|
|
|
|
- path: "./"
|
|
|
|
config:
|
|
|
|
cradle:
|
|
|
|
stack:
|
|
|
|
- path: "./src"
|
|
|
|
component: "ghcide:lib"
|
|
|
|
- path: "./exe"
|
|
|
|
component: "ghcide:exe:ghcide"
|
2020-09-15 12:01:52 +03:00
|
|
|
- path: "./session-loader"
|
|
|
|
component: "ghcide:lib"
|
2020-06-12 13:46:27 +03:00
|
|
|
- path: "./test"
|
|
|
|
component: "ghcide:test:ghcide-tests"
|
|
|
|
- path: "./bench"
|
2020-06-29 12:00:53 +03:00
|
|
|
component: "ghcide:exe:ghcide-bench"
|
2020-06-15 14:56:24 +03:00
|
|
|
- path: "./bench/Hist"
|
2020-06-29 12:00:53 +03:00
|
|
|
component: "ghcide:bench:benchHist"
|
2020-06-12 13:46:27 +03:00
|
|
|
- path: "./test/preprocessor"
|
|
|
|
component: "ghcide:exe:ghcide-test-preprocessor"
|