
Hi Everyone, I'm happy to announce version 0.3.4.0 of the cereal serialization library. This release includes a patch from Adam Foltzer to provide support for IEEE754 encoded Float/Double values. This functionality is exposed through Serialize instances for both types, and specialized get/put functions in the new Data.Serialize.IEEE754 module. Happy hacking! --trevor

On 3 November 2011 16:27, Trevor Elliott
I'm happy to announce version 0.3.4.0 of the cereal serialization library.
Thanks! Is your repository public? If so, where can I find it and could it be listed in the cabal file using something like: source-repository head type: git location: http://github.com/.../cereal Regards, Bas

Hi all,
I'm happy to see my code put to good use, but I must extend the real credit
to all who helped answer this question:
http://stackoverflow.com/questions/6976684/converting-ieee-754-floating-poin...
Happy hacking indeed,
Adam
On Thu, Nov 3, 2011 at 11:27 AM, Trevor Elliott
Hi Everyone,
I'm happy to announce version 0.3.4.0 of the cereal serialization library. This release includes a patch from Adam Foltzer to provide support for IEEE754 encoded Float/Double values. This functionality is exposed through Serialize instances for both types, and specialized get/put functions in the new Data.Serialize.IEEE754 module.
Happy hacking!
--trevor
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (3)
-
Adam Foltzer
-
Bas van Dijk
-
Trevor Elliott