CLDouble serialization bug in 6.10.1

Jeff Heard jeff at renci.org
Fri Jul 17 13:58:49 EDT 2009


There is a package for serializing doubles on Hackage,
Data.Bunary.IEEE754.  See:
http://hackage.haskell.org/package/data-binary-ieee754

-- Jeff

On Fri, Jul 17, 2009 at 1:57 PM, Jeff Heard<jefferson.r.heard at gmail.com> wrote:
> Bulat,
>
> There is a package for serializing doubles on Hackage,
> Data.Bunary.IEEE754.  See:
> http://hackage.haskell.org/package/data-binary-ieee754
>
> -- Jeff
>
> On Fri, Jul 17, 2009 at 1:26 PM, Ian Lynagh<igloo at earth.li> wrote:
>>
>> Hi Bulat,
>>
>> On Sat, Jul 11, 2009 at 09:32:43PM +0400, Bulat Ziganshin wrote:
>>>
>>> > foreign import ccall unsafe ""
>>> >   client :: Ptr CLDouble -> IO ()
>>
>> I'm afraid GHC has never supported CLDouble properly. It's been removed
>> from the HEAD:
>>    http://hackage.haskell.org/trac/ghc/ticket/2793
>> and there's a ticket to add proper support:
>>    http://hackage.haskell.org/trac/ghc/ticket/3353
>> If it's important to you, please add a note to the ticket.
>>
>>
>> Thanks
>> Ian
>>
>> _______________________________________________
>> Glasgow-haskell-users mailing list
>> Glasgow-haskell-users at haskell.org
>> http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
>>
>


More information about the Glasgow-haskell-users mailing list