[commit: integer-gmp] master: Fix building on Windows (982d8f1)
Ian Lynagh <[email protected]> Tue, 07 Aug 2012 07:05:48 -0700
| Newsgroups | gmane.comp.lang.haskell.cvs.libraries |
|---|---|
| Message-ID | <[email protected]> |
Repository : ssh://darcs.haskell.org//srv/darcs/packages/integer-gmp On branch : master http://hackage.haskell.org/trac/ghc/changeset/982d8f1f0e25faa6a27a18869931c0e81c384232 >--------------------------------------------------------------- commit 982d8f1f0e25faa6a27a18869931c0e81c384232 Author: Ian Lynagh <[email protected]> Date: Tue Aug 7 14:18:13 2012 +0100 Fix building on Windows >--------------------------------------------------------------- cbits/gmp-wrappers.cmm | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/cbits/gmp-wrappers.cmm b/cbits/gmp-wrappers.cmm index 7a5ce6c..3cfcd4a 100644 --- a/cbits/gmp-wrappers.cmm +++ b/cbits/gmp-wrappers.cmm @@ -33,6 +33,7 @@ import "integer-gmp" __gmpz_add; import "integer-gmp" __gmpz_sub; import "integer-gmp" __gmpz_mul; import "integer-gmp" __gmpz_mul_2exp; +import "integer-gmp" __gmpz_tstbit; import "integer-gmp" __gmpz_fdiv_q_2exp; import "integer-gmp" __gmpz_gcd; import "integer-gmp" __gmpn_gcd_1;