#601: Replace GMP
---------------------------------+------------------------------------------
  Reporter:  simonmar            |          Owner:         
      Type:  task                |         Status:  new    
  Priority:  normal              |      Milestone:         
 Component:  Compiler            |        Version:  None   
  Severity:  normal              |     Resolution:  None   
  Keywords:                      |             Os:  Unknown
Difficulty:  Difficult (1 week)  |   Architecture:  Unknown
---------------------------------+------------------------------------------
Old description:

> {{{
> GMP is a great multi-precision integer library, but its LGPL license is
> problematic for users of GHC (it prohibits static linking of GHC-compiled
> programs, for example).
>
> One possible alternative would be to use the bignum library from OpenSSL,
> which is available under a BSD-style license.
>
> }}}

New description:

 GMP is a great multi-precision integer library, but its LGPL license is
 problematic for users of GHC (it prohibits static linking of GHC-compiled
 programs, for example).

 One possible alternative would be to use the bignum library from OpenSSL,
 which is available under a BSD-style license.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/601>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to