snoyberg / packdeps

Web app to track lagging package dependencies.
http://packdeps.haskellers.com/
62 stars 14 forks source link

ignore deprecated packages #26

Open simonmichael opened 9 years ago

simonmichael commented 9 years ago

No PR yet, possibly related to #25. http://packdeps.haskellers.com/feed?needle=hledger reports on all packages containing "hledger" in their name, which is a nice feature. But, it always shows hledger-vty and hledger-chart as outdated. These packages are marked deprecated on hackage. Perhaps packdeps should just ignore deprecated packages.

pbrisbin commented 3 years ago

It looks like there was a PR merged that solves this at the CLI level as of 2018 (!), but I still see deprecated packages listed on the site (see https://packdeps.haskellers.com/feed?needle=graphula showing graphula-core).

What's required to get the CLI fix out to the web site? Happy to help.

andreasabel commented 1 year ago

2023-06-26 This feature is still wanted!
E.g. https://packdeps.haskellers.com/feed?needle=Andreas%20Abel shows deprecated packages Agda-executable and cabal-install-ghc74. Moreover it gives 4 false alerts for the deprecated time-1.13 and network-uri-2.7. So, out of the 8 reports only 2 are relevant, that makes 75% false alarms.

nomeata commented 1 year ago

I am a big fan of the per-maintainer-RSS-feed, but it would be even more useful if it did not include deprecated packages.