Fix #6290: gen-bounds: do not report empty set of generated bounds
commit0ca94697cd2907b3d4b7f13977992af6919d88d4
authorAndreas Abel <andreas.abel@ifi.lmu.de>
Wed, 17 Aug 2022 18:54:41 +0000 (17 20:54 +0200)
committerAndreas Abel <andreas.abel@ifi.lmu.de>
Sun, 28 Aug 2022 15:29:56 +0000 (28 17:29 +0200)
tree97e4eaaec76c23437809c4f39ea3775fff6e4107
parentefe84b21148377144a321979188a583de67af2ae
Fix #6290: gen-bounds: do not report empty set of generated bounds
cabal-install/src/Distribution/Client/GenBounds.hs
cabal-install/src/Distribution/Client/Utils.hs
cabal-testsuite/PackageTests/GenBounds/Issue6290/Main.hs [new file with mode: 0644]
cabal-testsuite/PackageTests/GenBounds/Issue6290/cabal.out [new file with mode: 0644]
cabal-testsuite/PackageTests/GenBounds/Issue6290/cabal.test.hs [new file with mode: 0644]
cabal-testsuite/PackageTests/GenBounds/Issue6290/pkg.cabal [new file with mode: 0644]
cabal-testsuite/src/Test/Cabal/Prelude.hs