cabal-dependency-licenses icon indicating copy to clipboard operation
cabal-dependency-licenses copied to clipboard

Compose a list of a project's transitive dependencies with their licenses

Results 5 cabal-dependency-licenses issues
Sort by recently updated
recently updated
newest added

This change makes it possible to use this tool for binary distributions of Haskell programs where copyright notices of the dependencies need to be collected and included. Since this tool...

The program does not work under GHC 8.2.1: ``` roland@goms:~/Downloads/unix-2.7.2.2/unix-2.7.2-test$ cabal configure Resolving dependencies... Configuring unix-2.7.2.2... configure: WARNING: unrecognized options: --with-compiler checking for gcc... /usr/bin/gcc checking whether the C compiler...

I'm hoping that the effort required to support `stack` isn't too large, and brings several benefits, particularly protection against license changes between versions of dependencies.

GHC 8.0.2 ships with a new version of directory.

It would be nice to be able to build c-d-l with current Cabal HEAD. Right now, even if I pass `--allow-newer`, there's a compile error. On the other hand, if...