Re: RFC: migrating to git

2011-01-13 Thread Brian Bloniarz
On 01/13/2011 12:49 AM, Simon Marlow wrote: > I spent quite some time yesterday playing with submodules to see if they > would work for GHC. I'm fairly sure there are no fundamental reasons that > we couldn't use them, but there are enough gotchas to put me off. I wrote > down what I discovered he

Re: cross-compilation mode for hsc2hs

2010-12-22 Thread Brian Bloniarz
Hi Ian, I updated my hsc2hs patch as you suggested -- running hsc2hs --cross-safe will check for only the subset of hsc2hs which is supported by the cross-compilation mode. I also updated to the newest GHC head. The new patches are attached, please take a look. patch.hsc2hs_cross Patch for ghc/ut

Re: cross-compilation mode for hsc2hs

2010-12-18 Thread Brian Bloniarz
On 12/17/2010 10:26 AM, Ian Lynagh wrote: > Sorry for the slow reply. No problem, thanks for paying attention. > On Fri, Nov 12, 2010 at 08:50:39PM -0800, Brian Bloniarz wrote: >> I developed the following patch which adds hsc2hs --cross-compile. >> This special mode ge