mirror of
https://github.com/haskell/ghcide.git
synced 2024-12-02 08:53:07 +03:00
4662cdd5bd
* Fix obsolete hie.yaml.cbl and hie.yaml.stack * delete and ignore hie.yaml * Revert "delete and ignore hie.yaml"
25 lines
786 B
YAML
25 lines
786 B
YAML
# Upon change, also update hie.yaml.cbl and hie.yaml.stack
|
|
|
|
cradle:
|
|
multi:
|
|
- path: "./test/data"
|
|
config: { cradle: { none: } }
|
|
- path: "./"
|
|
config:
|
|
cradle:
|
|
cabal:
|
|
- path: "./src"
|
|
component: "ghcide:lib:ghcide"
|
|
- path: "./exe"
|
|
component: "ghcide:exe:ghcide"
|
|
- path: "./session-loader"
|
|
component: "ghcide:lib:ghcide"
|
|
- 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"
|