Packages in haskell and licensing

Hey there, Is there currently any way to look up what licenses all your packages that you pull in have? For example, if I have a GPLv3 package, I want to make sure to not pull in any MIT dependencies. Is something like that currently possible or on the roadmap? -- Groetjes, Arian

On Sun, Aug 16, 2015 at 7:39 AM, Arian van Putten
Is there currently any way to look up what licenses all your packages that you pull in have?
Yep: https://hackage.haskell.org/package/cabal-dependency-licenses

Slightly off-topic but my impression was that MIT was compatible with
GPLv3, is that not the case?
- Adam
On Sun, Aug 16, 2015 at 2:45 PM, Manuel Gómez
Is there currently any way to look up what licenses all your packages
On Sun, Aug 16, 2015 at 7:39 AM, Arian van Putten
wrote: that you pull in have?
Yep: https://hackage.haskell.org/package/cabal-dependency-licenses _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://mail.haskell.org/cgi-bin/mailman/listinfo/haskell-cafe
participants (3)
-
Adam Bergmark
-
Arian van Putten
-
Manuel Gómez