Commit cb77207
committed
constraints: actually forbid the unwanted packages
Intent of "forbidden packages" constraint in `cabal.project` is not
effected. The current constraint does not prevent inclusion in
build plan - it only ensures the packages are build without the
`none` flag.
Change to a `< 0` version constraint to actually prevent the
unwanted packages from being used.1 parent 8b5f771 commit cb77207
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments