neurocyte / ghc-android

Build scripts for building ghc cross compilers targeting Android
182 stars 29 forks source link

You don't need to build gmp #22

Closed the-real-blackh closed 10 years ago

the-real-blackh commented 10 years ago

You can simplify this by getting rid of your gmp build and adding...

INTEGER_LIBRARY = integer-simple

...to your build.mk.

neurocyte commented 10 years ago

Some things don’t work correctly with integer-simple. That is why I made the extra effort to use gmp. If you check the git history you will see that I originally used integer-simple.

the-real-blackh commented 10 years ago

Thanks - I'll check the history. I am partly posting this as an excuse to get in contact. I am keen to get all your GHC-Android cross compiling work integrated into GHC. (I've just finished doing the same with the GHC-iOS cross compiling changes.)

If you could send me an email on ghc.android.stephen@blacksapphire.com that'd be much appreciated.

I will be away for two weeks - back on 13 Oct 2013. Then I'll get into it.