Re: [Haskell-cafe] cabal license check?

2011-10-12 Thread Eric Y. Kow
On Mon, Oct 10, 2011 at 17:24:18 +0200, Henk-Jan van Tuyl wrote: I'd like a tool that takes a .cabal file as input and produces a list of all dependencies (recursive, all the way to 'base') and some metadata for each (most importantly, LICENSE) cab[0] can do that, for installed packages:

[Haskell-cafe] cabal license check?

2011-10-10 Thread Eric Y. Kow
Hi all, I'd like a tool that takes a .cabal file as input and produces a list of all dependencies (recursive, all the way to 'base') and some metadata for each (most importantly, LICENSE) Does this already exist, or will I to write it myself? I notice that there's a patch by Trevor Elliot to

Re: [Haskell-cafe] cabal license check?

2011-10-10 Thread Felipe Almeida Lessa
On Mon, Oct 10, 2011 at 11:53 AM, Eric Y. Kow eric@gmail.com wrote: I notice that there's a patch by Trevor Elliot to either Cabal or cabal-install that does something similar [1], and I know that Magnus Therning wrote a little tool that creates a GraphViz graph [2]... so it seems like all

Re: [Haskell-cafe] cabal license check?

2011-10-10 Thread Henk-Jan van Tuyl
On Mon, 10 Oct 2011 16:53:29 +0200, Eric Y. Kow eric@gmail.com wrote: Hi all, I'd like a tool that takes a .cabal file as input and produces a list of all dependencies (recursive, all the way to 'base') and some metadata for each (most importantly, LICENSE) Does this already exist, or