Closed bgamari closed 10 years ago
Thank you, I'll see if we can merge this without breaking compatibility with older versions of GHC.
How can I install GHC 7.7? is it the version from GHC repository?
Yes. 7.7 is the version number associated with the development version before 7.8 is released (which should be in a few weeks).
JFYI, I'm waiting for the official release of GHC 7.8 to update the package.
Thanks a lot, I use your code with a little modification to 7.6 compatibility.
Here are a few changes allowing things to build on GHC 7.7. Note that
gmp-extras.cmm
is likely broken for older GHCs at this point as we now use new-style 7.7. AlsotestBitIntegerzh
is now provided by GHC. Given the number of differences between the old and new C-- code, I'm not really sure how to support both simultaneously. Thoughts?