cabal-plan icon indicating copy to clipboard operation
cabal-plan copied to clipboard

Local packages list license file and summary as `*MISSING*`

Open sellout opened this issue 5 months ago • 1 comments

In projects with multiple local packages, when you bump the version numbers on them and one depends on the other, the generated license report will show the License Id and Description on the local dependency as *MISSING*.

Name Version SPDX License Id Description Also depended upon by
yaya 0.6.2.1 MISSING MISSING

This is because the newly bumped version hasn’t made it to Hackage yet. But hopefully the info can be gathered from the local package?

sellout avatar Aug 28 '24 06:08 sellout