> See
>
> http://hackage.haskell.org/trac/ghc/ticket/4247
>
> and
>
> http://hackage.haskell.org/trac/ghc/ticket/4970
>
> We ought to fix this in 7.0.4, since getCPUTime is pretty broken on OSX
> 64-bit right now, but the fix involves an API change (to Foreign.C.Types).
> Ian - could we apply a
On Mon, Jun 06, 2011 at 03:47:57PM +0100, Malcolm Wallace wrote:
>
> On 6 Jun 2011, at 13:49, Lyndon Maydwell wrote:
>
> > I would be fantastic if XCode wasn't a dependency. ...
> >
> > Not to detract at all from the work of the wonderful GHC and Haskell
> > Platform contributors in any way. Fo
On Mon, Jun 6, 2011 at 16:47, Malcolm Wallace wrote:
> The ghc team already bundle a copy of gcc in their Windows distribution,
> precisely because it can be fiddly to get a working copy of gcc for that
> platform otherwise. I wonder if they would consider the possibility of
> shipping gcc on Mac
On 06/06/11 15:57, Daniel Peebles wrote:
Isn't gcc just used for its assembler and object file creation, these
days, now that via-C is deprecated? Or are there other parts of it that
are needed?
The C compiler is needed to support foreign export and foreign import
"wrapper", and we also genera
Isn't gcc just used for its assembler and object file creation, these days,
now that via-C is deprecated? Or are there other parts of it that are
needed?
On Mon, Jun 6, 2011 at 10:47 AM, Malcolm Wallace wrote:
>
> On 6 Jun 2011, at 13:49, Lyndon Maydwell wrote:
>
> > I would be fantastic if XCode
On 6 Jun 2011, at 13:49, Lyndon Maydwell wrote:
> I would be fantastic if XCode wasn't a dependency. ...
>
> Not to detract at all from the work of the wonderful GHC and Haskell
> Platform contributors in any way. For me it would just make it that
> much easier to convince mac-using friends to
Am 06.06.2011 12:08, schrieb Johan Tibell:
On Sun, Jun 5, 2011 at 2:38 PM, Ian Lynagh wrote:
On Sun, Jun 05, 2011 at 02:10:39PM +0200, Johan Tibell wrote:
I need to reproduce a bug that only appears on 32-bit machines. I
don't own such a machine but I was hoping I could compile a 32-bit GHC
o
On Sun, Jun 5, 2011 at 2:38 PM, Ian Lynagh wrote:
> On Sun, Jun 05, 2011 at 02:10:39PM +0200, Johan Tibell wrote:
>>
>> I need to reproduce a bug that only appears on 32-bit machines. I
>> don't own such a machine but I was hoping I could compile a 32-bit GHC
>> on my Mac and debug using that. Wha