integer-simple by default

Don Stewart dons at galois.com
Fri Feb 19 21:22:14 EST 2010


garious:
> Static linking to GMP on Windows is sending me towards a bunch of red
> tape at work.  What can I do to make integer-simple the default
> integer library for GHC?  Need anything more than test suite and
> performance metrics?  Any date planned for the 6.12.2 release?

You can dynamically link libgmp on windows. That might be easier:

    http://haskell.forkio.com/gmpwindows


More information about the Glasgow-haskell-users mailing list