id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	os	architecture	failure	difficulty	testcase	blockedby	blocking	related
964	Cross Compile and Universal Binary	shelarcy@…		"GHC supports both PowerPC and Intel Mac. And GHC site provides both version.
But it seems that there is no cross compiling feature and Universal Binary now.

If someone want to build Haskell application as Universal Binary:
 * first he must build Power PC and Intel Mac's binary separately,
 * then merge two binary using lipo command by hand.

http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/lipo.1.html

And if someone want to build Universal Binary, he must have both machine.

It's not good. 


This problem is critical for not only Haskell Application, but also a few Library.

wxHaskell project supplies binary package, that is good for newbie. And it provides make dist command that can build binary package easyly.

But If GHC doesn't support cross compile and Universal binary, it makes hard task that caused by above problems although dependencies has Universal Binary Support.

So I request the feature:
 * support cross compile
 * provide GHC (core and extra) libraries as Universal Binary
 * and Cabal supports to build Universal Binary
under Mac OS X platform.

There are useful information to support Universal Binary.

http://developer.apple.com/documentation/MacOSX/Conceptual/universal_binary/index.html
http://wiki.codeblocks.org/index.php?title=Compiling_Code::Blocks_in_Mac_OS_X"	feature request	closed	normal	_|_	Compiler	6.6	duplicate		dankna@…	MacOS X	Unknown/Multiple	None/Unknown	Project (more than a week)	N/A			
