[Haskell-cafe] Dependencies (was Re: Patches for (abandoned?) pcre-light)

Vincent Hanquez tab at snarc.org
Sun Apr 13 04:32:15 UTC 2014


On 2014-04-13 02:35, Doug Burke wrote:
>
>
> On Apr 12, 2014 9:10 PM, "Nikolay Amiantov" <nikoamia at gmail.com 
> <mailto:nikoamia at gmail.com>> wrote:
> >
> > Also, the second (unrelated) question would be: how can I find a 
> package which depends on it in my project? I have found no way to dump 
> a dependency tree in cabal.
>
> Is this the information that you want?
>
> http://packdeps.haskellers.com/
> http://packdeps.haskellers.com/reverse
>
>
Also complementing the website, there's a CLI client called cabal-db [1].

cabal-db revdeps <package>

[1] https://github.com/vincenthz/cabal-db

-- 
Vincent


More information about the Haskell-Cafe mailing list