CI: drop validation of GHC 7
[cabal.git] / changelog.d / pr-9560
blob9f6ce9a41336b9b1acca46bb82da250509f0fedc
1 synopsis: Shorten solver rejection messages by removing repetition
2 packages: cabal-install-solver
3 prs: #9560
4 issues: #9559 #4251
6 description: {
8 As before, we show a single rejection as hyphenated package-version.
10 For multiple rejections, we show a list of versions preceded by package
11 semicolon, a much shorter rendering of the same information.
13 ```diff
14 - [__0] rejecting: pandoc-3.1.8, pandoc-3.1.7, pandoc-3.1.6.2, pandoc-3.1.6.1,
15 - pandoc-3.1.6, pandoc-3.1.5, pandoc-3.1.4, pandoc-3.1.3, pandoc-3.1.2,
16 - pandoc-3.1.1, pandoc-3.1, pandoc-3.0.1, pandoc-3.0, pandoc-2.19.2,
17 - pandoc-2.19.1, pandoc-2.19, pandoc-2.18, pandoc-2.17.1.1, pandoc-2.17.1,
18 + [__0] rejecting: pandoc; 3.1.8, 3.1.7, 3.1.6.2, 3.1.6.1, 3.1.6, 3.1.5, 3.1.4,
19 + 3.1.3, 3.1.2, 3.1.1, 3.1, 3.0.1, 3.0, 2.19.2, 2.19.1, 2.19, 2.18, 2.17.1.1,
20 ```