Re: Unacceptable result type in FFI

David Waern <[email protected]> Sun, 8 Feb 2009 21:42:09 +0100
Newsgroups gmane.comp.lang.haskell.haskelldoc
Message-ID <[email protected]>
2009/2/8 Neal Alexander <[email protected]>:
> David Waern wrote:
>>
>> 2008/12/4 Neal Alexander <[email protected]>:
>>>
>>> David Waern wrote:
>>>>
>>>> Sorry, I forgot about this thread. Do you still have this problem?
>>>>
>>>> Regards,
>>>> David
>>>
>>> Yea, i haven't tried to fix it since then though.
>>
>> I took a look at this problem again, and I think I nailed down to a
>> GHC bug (but you can never be sure):
>>
>>  http://hackage.haskell.org/trac/ghc/ticket/3008
>>
>> David
>
> Thanks for looking at it again.
>
>
> I tried passing -O* to ghc through haddock but it doesn't seem to do
> anything.

I know! I was also confused by this. But it could perhaps have
something to do with the fact that Haddock doesn't compile anything,
at least if you're using one of latest versions :) So, I hoping for
htis to be a GHC error.

David