Thomas Schilling <nominolo@googlemail.com>:

You may concatenate the licenses of all the packages you are using. GHC includes the LGPL libgmp. The license file for each package is mentioned in the .cabal file.



If you need a version of GHC free of the LGPL, you can build GHC from source using the package 'integer-simple' instead of 'integer-gmp'.

Manuel