Re: [Haskell-cafe] [ANNOUNCE] cereal-0.3.4.0

2011-11-06 Thread Adam Foltzer
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-point-in-haskell-word32-64-to-and-from-haskell-floa


Happy hacking indeed,
Adam

On Thu, Nov 3, 2011 at 11:27 AM, Trevor Elliott tre...@galois.com wrote:

 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


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


Re: [Haskell-cafe] [ANNOUNCE] cereal-0.3.4.0

2011-11-04 Thread Bas van Dijk
On 3 November 2011 16:27, Trevor Elliott tre...@galois.com wrote:
 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

___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[Haskell-cafe] [ANNOUNCE] cereal-0.3.4.0

2011-11-03 Thread 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



smime.p7s
Description: S/MIME Cryptographic Signature
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe