[Haskell-cafe] containers license issue

Dmitry Kulagin dmitry.kulagin at gmail.com
Wed Dec 12 16:34:41 CET 2012


Hi Cafe,

I am faced with unpleasant problem. The lawyer of my company checked
sources of containers package and found out that it refers to some
GPL-library.

Here is quote:
"The algorithm is derived from Jorg Arndt's FXT library"
in file Data/IntMap/Base.hs

The problem is that FXT library is GPL and thus containers package can not
be considered as BSD3. And it means that it can not be used in my case
(closed source software).

Is this logic actually correct and containers should be considered as GPL?

The package is widely used by other packages and the only way I see right
now is to fix sources to reimplement this functionality, which is not good
option.

Thank you!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20121212/31f08797/attachment.htm>


More information about the Haskell-Cafe mailing list