Re: [Haskell-cafe] PSA: do not install xcode 5 if you are using ghc 7.6

2013-09-20 Thread Adam Foltzer
Hi Carter,

Thanks for this heads up! Many of us here are cutting edge Mac users, and
would have been bitten by this.

Darin and I plan to spend some time next month preparing an unofficial
 patched version of ghc 7.6 that should play nice with clang / xcode 5,
 though at such a time ghc 7.8 will be in RC status at the very least.


Can this be backported to the 7.6.3 tag and released as 7.6.4? It would be
nice to not have to choose between running the latest xcode and the ability
to test multiple GHC versions.

Cheers,
Adam
___
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-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