Haskell Platform 2010.2.0.0 RC

Hey all, Release candidate specification for the 2010.2.0.0 release of the Haskell Platform is now available, the first encorporating GHC 6.12.3: http://code.haskell.org/haskell-platform/haskell-platform.cabal RC for the Unix installer is here: http://www.galois.com/~dons/tmp/hp/haskell-platform-2010.2.0.0.tar.gz Time to get the Mac and Windows installers ready, and to prep the distro packages!! Release due next Thursday. Changes to watch for: Core packages * array bumped. * base 4 bumped * bytestring bumped. * Cabal bumped * extensible-exceptions added * filepath bumped * hpc bumped * old-time bumped * process bumped * template-haskell bumped * unix bumped 3rd party * cgi bumped * fgl bumped * QuickCheck bumped * regex-base bumped * regex-compat bumped * regex-posix bumped * stm bumped Apps * cabal-install bumped * alex bumped * happy bumped

Hi, Am Mittwoch, den 14.07.2010, 15:41 -0700 schrieb Don Stewart:
Release candidate specification for the 2010.2.0.0 release of the Haskell Platform is now available, the first encorporating GHC 6.12.3:
http://code.haskell.org/haskell-platform/haskell-platform.cabal
I’d like to compare this with the 2010.1.0.0 release, but the .cabal file is not linked from either http://hackage.haskell.org/platform/index.html nor http://hackage.haskell.org/platform/contents.html I think the latter should be the place for such a link. Also, it seems you did not un-bump cgi in http://code.haskell.org/haskell-platform/NOTES-2010.2.0.0 Thanks, Joachim -- Joachim Breitner e-Mail: mail@joachim-breitner.de Homepage: http://www.joachim-breitner.de ICQ#: 74513189 Jabber-ID: nomeata@joachim-breitner.de

On 15 July 2010 20:09, Joachim Breitner
Also, it seems you did not un-bump cgi in http://code.haskell.org/haskell-platform/NOTES-2010.2.0.0
That is correct - it is bumped just less than it was earlier I guess.

mail:
Hi,
Am Mittwoch, den 14.07.2010, 15:41 -0700 schrieb Don Stewart:
Release candidate specification for the 2010.2.0.0 release of the Haskell Platform is now available, the first encorporating GHC 6.12.3:
http://code.haskell.org/haskell-platform/haskell-platform.cabal
I’d like to compare this with the 2010.1.0.0 release, but the .cabal file is not linked from either http://hackage.haskell.org/platform/index.html nor http://hackage.haskell.org/platform/contents.html
I think the latter should be the place for such a link.
Oh, good point: Old: http://hackage.haskell.org/platform/2010.1.0.0/haskell-platform.cabal New(RC): http://code.haskell.org/haskell-platform/haskell-platform.cabal
Also, it seems you did not un-bump cgi in http://code.haskell.org/haskell-platform/NOTES-2010.2.0.0
It was still bumped by one minor version.

Thanks Don.
I just built the RC for Fedora 14:
http://koji.fedoraproject.org/koji/buildinfo?buildID=183994 :)
On 15 July 2010 08:41, Don Stewart
RC for the Unix installer is here:
http://www.galois.com/~dons/tmp/hp/haskell-platform-2010.2.0.0.tar.gz
BTW I would rather have a small *nix tarball than a big one. Jens

petersen:
Thanks Don.
I just built the RC for Fedora 14:
http://koji.fedoraproject.org/koji/buildinfo?buildID=183994 :)
On 15 July 2010 08:41, Don Stewart
wrote: RC for the Unix installer is here:
http://www.galois.com/~dons/tmp/hp/haskell-platform-2010.2.0.0.tar.gz
BTW I would rather have a small *nix tarball than a big one.
I don't understand this comment. $ du -hs haskell-platform-2010.2.0.0.tar.gz 1.9M haskell-platform-2010.2.0.0.tar.gz ??

On 2010-07-14 15:41, Don Stewart wrote:
Changes to watch for:
Core packages * array bumped. * base 4 bumped * bytestring bumped. * Cabal bumped * extensible-exceptions added * filepath bumped * hpc bumped * old-time bumped * process bumped * template-haskell bumped * unix bumped
Is there a process for approving bumps? I think time could use a bump (1.1.4 -> 1.2.0.3). -- Ashley Yakeley

ashley:
On 2010-07-14 15:41, Don Stewart wrote:
Changes to watch for:
Core packages * array bumped. * base 4 bumped * bytestring bumped. * Cabal bumped * extensible-exceptions added * filepath bumped * hpc bumped * old-time bumped * process bumped * template-haskell bumped * unix bumped
Is there a process for approving bumps? I think time could use a bump (1.1.4 -> 1.2.0.3).
We can't clobber the version shipped with GHC though. Those that are shipped with GHC are special cases -- Don

On 2010-07-17 10:50, Don Stewart wrote:
ashley:
Is there a process for approving bumps? I think time could use a bump (1.1.4 -> 1.2.0.3).
We can't clobber the version shipped with GHC though. Those that are shipped with GHC are special cases
Why not? Can't you ship both? -- Ashley

Ashley Yakeley
On 2010-07-17 10:50, Don Stewart wrote:
ashley:
Is there a process for approving bumps? I think time could use a bump (1.1.4 -> 1.2.0.3).
We can't clobber the version shipped with GHC though. Those that are shipped with GHC are special cases
Why not? Can't you ship both?
Well, yes, but you should never upgrade a boot library (otherwise you'll get the diamond dependency problem). -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com
participants (5)
-
Ashley Yakeley
-
Don Stewart
-
Ivan Lazar Miljenovic
-
Jens Petersen
-
Joachim Breitner