Re: [Haskell] ANNOUNCE: GHC version 7.10.2

2015-07-29 Thread Andrés Sicard-Ramírez
On 29 July 2015 at 11:28, Ben Gamari wrote: >> FYI, there are various missing *.tar.xz files in the SHA256SUMS file in >> >> http://downloads.haskell.org/~ghc/7.10.2/ >> > I suspect this may be due to the (Content Delivery Network (CDN) caches > being stale. Unfortunately this seems to be a pers

Re: [Haskell] ANNOUNCE: GHC version 7.10.2

2015-07-29 Thread Ben Gamari
Andrés Sicard-Ramírez writes: > Hi, > > On 29 July 2015 at 10:26, Ben Gamari wrote: >> The GHC Team is pleased to announce a new bug-fix release of GHC, >> 7.10.2. > > Thanks for the release! > > FYI, there are various missing *.tar.xz files in the SHA256SUMS file in > > http://downloads.haske

Re: [Haskell] ANNOUNCE: GHC version 7.10.2

2015-07-29 Thread Andrés Sicard-Ramírez
Hi, On 29 July 2015 at 10:26, Ben Gamari wrote: > The GHC Team is pleased to announce a new bug-fix release of GHC, > 7.10.2. Thanks for the release! FYI, there are various missing *.tar.xz files in the SHA256SUMS file in http://downloads.haskell.org/~ghc/7.10.2/ Best regards, -- Andrés _

Re: A GHC Library

2015-07-29 Thread Richard Eisenberg
Done -- merged into ReadingList. On Jul 28, 2015, at 9:39 PM, Richard Eisenberg wrote: > > On Jul 28, 2015, at 5:23 PM, Simon Peyton Jones wrote: > >> Good plan; maybe you can merge your list into the existing Reading List that >> Jan pointed you to? >> >> I think there would be merit in ac

ANNOUNCE: GHC version 7.10.2

2015-07-29 Thread Ben Gamari
= The (Interactive) Glasgow Haskell Compiler -- version 7.10.2 = The GHC Team is pleased to announce a new bug-fix release of GHC, 7.10.2. There have been a

RE: Question about inliner behaviour with a small function

2015-07-29 Thread Simon Peyton Jones
Hmm. With HEAD, and without profiling, the program allocates the same 104M, both with and without the INLINE. The same deforestation happens in both cases. It's quite possible that profiling interferes with deforestation. Simon c:/code/HEAD/inplace/bin/ghc-stage1 Michael.hs -O -o Michael-no-