Commit 1cc7d4b
authored
Fix components in
* Fix components in `build-type: Custom` packages
These components may depend on the `library` component of the package however `plan.json` does not include that dependency (since cabal will build all the components at once). This fix adds the library component as a dependency of the other components.
* ifdLevel 1
* Add comment and only include library if there is one.
* ifdLevel 2
* ifdLevel 3
* Fix broken testbuild-type: Custom packages (#2257)1 parent 76c57d5 commit 1cc7d4b
File tree
3 files changed
+13
-6
lines changed- lib
- test/setup-deps/pkg/src
3 files changed
+13
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
51 | 59 | | |
52 | 60 | | |
53 | 61 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
This file was deleted.
0 commit comments