mirror of
https://github.com/haskell/ghcide.git
synced 2025-01-08 11:07:05 +03:00
Add hie.yaml.stack and use none cradle for test data (#626)
* Add a none cradle for test data in cabal cradle * Add a stack explicit hie-bios config
This commit is contained in:
parent
9084fea7e6
commit
d4054ef0f8
28
hie.yaml
28
hie.yaml
@ -1,12 +1,18 @@
|
||||
cradle:
|
||||
cabal:
|
||||
- path: "./src"
|
||||
component: "ghcide:lib:ghcide"
|
||||
- path: "./exe"
|
||||
component: "ghcide:exe:ghcide"
|
||||
- path: "./test"
|
||||
component: "ghcide:test:ghcide-tests"
|
||||
- path: "./bench"
|
||||
component: "ghcide:benchmark:ghcide-bench"
|
||||
- path: "./test/preprocessor"
|
||||
component: "ghcide:exe:ghcide-test-preprocessor"
|
||||
multi:
|
||||
- path: "./test/data"
|
||||
config: { cradle: { none: } }
|
||||
- path: "./"
|
||||
config:
|
||||
cradle:
|
||||
cabal:
|
||||
- path: "./src"
|
||||
component: "ghcide:lib:ghcide"
|
||||
- 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"
|
16
hie.yaml.cbl
Normal file
16
hie.yaml.cbl
Normal file
@ -0,0 +1,16 @@
|
||||
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: "./test"
|
||||
component: "ghcide:test:ghcide-tests"
|
||||
- path: "./test/preprocessor"
|
||||
component: "ghcide:exe:ghcide-test-preprocessor"
|
18
hie.yaml.stack
Normal file
18
hie.yaml.stack
Normal file
@ -0,0 +1,18 @@
|
||||
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"
|
Loading…
Reference in New Issue
Block a user