Re: Gearing up (again) for the next release: 2014.2.0.0

2014-05-29 Thread Jens Petersen
On 28 May 2014 14:05, Mark Lentczner wrote: > *Please check over the current state of the packages and versions for > 2014.1:* > > > https://github.com/haskell/haskell-platform/blob/new-build/hptool/src/Releases2014.hs > > What will happen to haskell-platform.cabal? -Jens ___

Re: Gearing up (again) for the next release: 2014.2.0.0

2014-05-29 Thread Mark Lentczner
On May 29, 2014 3:59 AM, "Jens Petersen" wrote: > What will happen to haskell-platform.cabal? > It is generated as part of the build process and is included in the source tarball. See cabalFileRule in SourceTarball.hs

Re: Gearing up (again) for the next release: 2014.2.0.0

2014-05-29 Thread Mark Lentczner
I ran the test suite from HTTP-4000.2.17 on my Mac (10.8.5): Test Cases Total Passed 89 89 Failed 00 Total 89 89 Test suite test: PASS Test suite logged to: dist/test/HTTP-4000.2.17-test.log Is that good enough? What's your confidence level in .

Re: Gearing up (again) for the next release: 2014.2.0.0

2014-05-29 Thread Ganesh Sittampalam
On 29/05/2014 15:25, Mark Lentczner wrote: > I ran the test suite from HTTP-4000.2.17 on my Mac (10.8.5): > > Test Cases Total > Passed 89 89 > Failed 00 > Total 89 89 > Test suite test: PAS