[Haskell-cafe] Hackage suggestion: Gather the list of the licenses of all dependencies of a package
Brandon Allbery
allbery.b at gmail.com
Sat Dec 15 18:39:09 CET 2012
On Sat, Dec 15, 2012 at 9:25 AM, Malcolm Wallace <malcolm.wallace at me.com>wrote:
> This might a good time to remind everyone that every single program
> compiled by a standard GHC is linked against an LGPL library (the Gnu
> multi-precision integer library) - unless you take care first to build your
> own
>
This is less relevant though, because gmp is not a Haskell library so
linking against it doesn't pull significant chunks of its source code into
your program. Indeed, many GHC distributions dynamic-link against it,
minimizing the legal concerns; and IIRC the gmp license explicitly allows
the use GHC makes of it as long as the gmp symbols are not re-exported as
part of its API (which they aren't).
--
brandon s allbery kf8nh sine nomine associates
allbery.b at gmail.com ballbery at sinenomine.net
unix, openafs, kerberos, infrastructure, xmonad http://sinenomine.net
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20121215/b0717fc4/attachment.htm>
More information about the Haskell-Cafe
mailing list