Re: Cabal and cross compilation

2013-01-23 Thread Stephen Paul Weber
Somebody claiming to be Nathan Hüsken wrote: For that I changed cabal so that it recognizes android as a OS. But cabal seems to get its os information from System.Info.os, and from what I can tell this always returns the host os and not the target os.

Re: Cabal and cross compilation

2013-01-23 Thread Duncan Coutts
On 23 January 2013 05:41, Nathan Hüsken wrote: > Hey, > > I am working on getting ghc to cross compile to android. > > When trying to get haskeline to compile. I want to change the cabal file > such that it sets a flag when compiling for android. > > For that I changed cabal so that it recognizes

Cabal and cross compilation

2013-01-23 Thread Nathan Hüsken
Hey, I am working on getting ghc to cross compile to android. When trying to get haskeline to compile. I want to change the cabal file such that it sets a flag when compiling for android. For that I changed cabal so that it recognizes android as a OS. But cabal seems to get its os information fr

Re: ANNOUNCE: GHC 7.6.2 Release Candidate 1

2013-01-23 Thread Joachim Breitner
Hi, Am Dienstag, den 22.01.2013, 21:39 -0800 schrieb David Terei: > >> ghc/hschooks.c:36:0: > >> error: conflicting types for ‘StackOverflowHook’ oh, is GHC about to have a feature where, upon a compiler error, it will ask the user „would you like me to ask on stack overflow about this for