h._h._h._:
> Hello,
> 
> I have some questions connected more with the licenses and libraries as the 
> language itself:
> 
> 
> Is it possible to:
> - publish Haskell source code under the BSD3 license 
>   - provide an executable binary together with the code "including" (compiled 
> e.g. with 'ghc --make') "standard" (in the ghc compiler download) libraries 
> of 
> the base and/or other packages
> - publish Haskell source code under the BSD3 license which will work with 
> GTK2HS
>   - provide an executable binary together with the code compiled with 'ghc --
> make'
> 
> - does there have to be any special flags set to do so
> - does there have to be included further notes about the libraries and/or 
> there 
> license 
> 

You should feel entirely free to do whatever you wish with the language.

Particular tools and libraries are licensed individually, and most are BSD, or
more rarely LGPL or GPL licensed. BSD is preferred, and required for foundation
libraries.

-- Don
_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to