snoyberg / packdeps

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

Reverse dependencies for hpack missing #37

Open sol opened 6 years ago

sol commented 6 years ago

To gauge the impact of API changes, I wanted to check if there is anything else besides stack, cabal2nix and tinc that depends on hpack. But when I look at

http://packdeps.haskellers.com/reverse/hpack

then I don't see stack in the list. Is there a good reason for this or is it a bug?

snoyberg commented 6 years ago

I believe this is because packdeps is not respecting deprecated packages on Hackage, and is therefore paying attention to the erroneous 9.9.9 release. It would be good to filter that out, but unfortunately I won't have time to do that in the near future.