10

Is there a way to search for Hackage packages that depend on package X (for any package X)? It would be great to find examples of how a package is used in the wild to get an idea of its capabilities. (Also useful for [attempting to] resolve cabal hell.)

crockeea
  • 21,651
  • 10
  • 48
  • 101

2 Answers2

12

You can use Michael Snoyman's packdeps. For example, this link will tell you all the package that depend on the package text. You can just edit that link with the package name to get the reverse dependencies.

Sibi
  • 47,472
  • 16
  • 95
  • 163
3

Check out Hackage's Reverse Dependency Monitor.

ErikR
  • 51,541
  • 9
  • 73
  • 124