-
Notifications
You must be signed in to change notification settings - Fork 722
Open
Labels
Description
How do we report known issues with released versions of cabal-install
in a way that end users of cabal-install
might notice?
From a search of this repo, I found "known issues" in the output of the hidden man
command. That cabal-install label has 0 Open
and 0 Closed
issues. Is that the right label?
Up on hackage there's the changelog but what's the best way to alert users of a known issues with packages on hackage short of deprecating the release on hackage, do a revision and amend the changelog or something else?
$ cabal man
...
BUGS
To browse the list of known issues or report a new one please see
https://github.com/haskell/cabal/labels/cabal‐install.
...
- Amend the changelog: On hackage, the cabal changelog redirects to this repository's release-notes via plain text display of links that are not clickable but these release notes are generated, aren't they? How would we then add a known issue as an addendum?
Note
-*-change-log-*-
3.10.3.0 Hécate <[email protected]> January 2024
- See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.3.0.md
3.10.2.1 Hécate <[email protected]> November 2023
- See https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.2.1.md
- Add known issues to the docs: https://cabal.readthedocs.io/en/3.10/ doesn't have a release notes or know issues section. By comparison the GHC users guide does have a known issues section but this wouldn't be updated after a release would it?