File tree Expand file tree Collapse file tree 3 files changed +51
-11
lines changed Expand file tree Collapse file tree 3 files changed +51
-11
lines changed Original file line number Diff line number Diff line change 1
1
cradle :
2
- cabal :
3
- - path : " ./src"
4
- component : " ghcide:lib:ghcide"
5
- - path : " ./exe"
6
- component : " ghcide:exe:ghcide"
7
- - path : " ./test"
8
- component : " ghcide:test:ghcide-tests"
9
- - path : " ./bench"
10
- component : " ghcide:benchmark:ghcide-bench"
11
- - path : " ./test/preprocessor"
12
- component : " ghcide:exe:ghcide-test-preprocessor"
2
+ multi :
3
+ - path : " ./test/data"
4
+ config : { cradle: { none: } }
5
+ - path : " ./"
6
+ config :
7
+ cradle :
8
+ cabal :
9
+ - path : " ./src"
10
+ component : " ghcide:lib:ghcide"
11
+ - path : " ./exe"
12
+ component : " ghcide:exe:ghcide"
13
+ - path : " ./test"
14
+ component : " ghcide:test:ghcide-tests"
15
+ - path : " ./bench"
16
+ component : " ghcide:bench:ghcide-bench"
17
+ - path : " ./test/preprocessor"
18
+ component : " ghcide:exe:ghcide-test-preprocessor"
Original file line number Diff line number Diff line change
1
+ cradle:
2
+ multi:
3
+ - path: " ./test/data"
4
+ config: { cradle: { none: } }
5
+ - path: " ./"
6
+ config:
7
+ cradle:
8
+ cabal:
9
+ - path: " ./src"
10
+ component: " ghcide:lib:ghcide"
11
+ - path: " ./exe"
12
+ component: " ghcide:exe:ghcide"
13
+ - path: " ./test"
14
+ component: " ghcide:test:ghcide-tests"
15
+ - path: " ./test/preprocessor"
16
+ component: " ghcide:exe:ghcide-test-preprocessor"
Original file line number Diff line number Diff line change
1
+ cradle:
2
+ multi:
3
+ - path: "./test/data"
4
+ config: { cradle: { none: } }
5
+ - path: "./"
6
+ config:
7
+ cradle:
8
+ stack:
9
+ - path: "./src"
10
+ component: "ghcide:lib"
11
+ - path: "./exe"
12
+ component: "ghcide:exe:ghcide"
13
+ - path: "./test"
14
+ component: "ghcide:test:ghcide-tests"
15
+ - path: "./bench"
16
+ component: "ghcide:bench:ghcide-bench"
17
+ - path: "./test/preprocessor"
18
+ component: "ghcide:exe:ghcide-test-preprocessor"
You can’t perform that action at this time.
0 commit comments