I'd like to find all modules on Hackage which import a given module from a given package. As an example of why this is useful, I'd like to see all modules that import Language.Haskell.HLint
from the hlint
package, since I want to deprecate that module but am interested in how it is currently used.
Is there any index (ideally online) tracking such import relationships?