[Haskell-cafe] Finding dependencies in cabal

Stephen Tetley stephen.tetley at gmail.com
Mon Oct 18 16:48:07 EDT 2010


On 18 October 2010 21:03,  <dlb at patriot.net> wrote:
[SNIP]

> I'm happy to hack and update, but is there any way of finding
> out which modules depend on QuickCheck rather than going through each file
> one by one?

grep for "QuickCheck"? - any module that uses it will need it in the
import list.


More information about the Haskell-Cafe mailing list