mirror of
https://github.com/haskell/ghcide.git
synced 2024-11-30 01:22:34 +03:00
4662cdd5bd
* Fix obsolete hie.yaml.cbl and hie.yaml.stack * delete and ignore hie.yaml * Revert "delete and ignore hie.yaml"
23 lines
712 B
Plaintext
23 lines
712 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: "./session-loader"
|
|
component: "ghcide:lib"
|
|
- path: "./test"
|
|
component: "ghcide:test:ghcide-tests"
|
|
- path: "./bench"
|
|
component: "ghcide:exe:ghcide-bench"
|
|
- path: "./bench/Hist"
|
|
component: "ghcide:bench:benchHist"
|
|
- path: "./test/preprocessor"
|
|
component: "ghcide:exe:ghcide-test-preprocessor"
|