RE: Emailing: binary-patch

2010-08-10 Thread Simon Peyton-Jones
t; cvs-ghc@haskell.org | Subject: Re: Emailing: binary-patch | | On Tue, Aug 10, 2010 at 1:29 PM, Simon Peyton-Jones | wrote: | > The third is helpful for the new type inference engine, and makes the code | clearer too. | | Why does it help? And how? | | Cheers! =) |

Re: Emailing: binary-patch

2010-08-10 Thread Felipe Lessa
On Tue, Aug 10, 2010 at 1:29 PM, Simon Peyton-Jones wrote: > The third is helpful for the new type inference engine, and makes the code > clearer too. Why does it help? And how? Cheers! =) -- Felipe. ___ Cvs-ghc mailing list Cvs-ghc@haskell.org ht

Re: Emailing: binary-patch

2010-08-10 Thread Don Stewart
Applied, thanks! simonpj: > Don > > Would you consider applying this patch to package 'binary' please? > > * Replaces deprecated -fglasgow-exts with the right language flags > * Removes an UNPACK pragma that does nothing and now elicits a warning > * Adds a type signature on a local binding > >