Ticket #601 (closed task: fixed)
Replace GMP
| Reported by: | simonmar | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | _|_ |
| Component: | Compiler | Version: | None |
| Keywords: | Cc: | ||
| Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
| Type of failure: | None/Unknown | Difficulty: | Difficult (2-5 days) |
| Test Case: | N/A | Blocked By: | |
| Blocking: | Related Tickets: |
Description (last modified by simonpj) (diff)
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.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

