mirror of
https://github.com/haskell/ghcide.git
synced 2025-01-08 11:07:05 +03:00
19 lines
552 B
Plaintext
19 lines
552 B
Plaintext
|
cradle:
|
||
|
multi:
|
||
|
- path: "./test/data"
|
||
|
config: { cradle: { none: } }
|
||
|
- path: "./"
|
||
|
config:
|
||
|
cradle:
|
||
|
stack:
|
||
|
- path: "./src"
|
||
|
component: "ghcide:lib"
|
||
|
- path: "./exe"
|
||
|
component: "ghcide:exe:ghcide"
|
||
|
- path: "./test"
|
||
|
component: "ghcide:test:ghcide-tests"
|
||
|
- path: "./bench"
|
||
|
component: "ghcide:bench:ghcide-bench"
|
||
|
- path: "./test/preprocessor"
|
||
|
component: "ghcide:exe:ghcide-test-preprocessor"
|