Haskell platform for GHC 6.12.1?

Using GHC 6.12.1 on Windows currently is hard, since one must compile the latest version of cabal-install, which is a nightmare to do for a typical windows user (install mingw, msys, utils like wget, download correct package from hackage, compile them in correct order, etc etc) What's the status of the Haskell platform for the latest and greatest Glasgow Haskell Compiler?

See http://trac.haskell.org/haskell-platform/wiki/ReleaseTimetable The Haskell Platform for GHC 6.12 should be out on March 21st. Simon | -----Original Message----- | From: haskell-cafe-bounces@haskell.org [mailto:haskell-cafe-bounces@haskell.org] On | Behalf Of Peter Verswyvelen | Sent: 04 March 2010 09:38 | To: The Haskell Cafe | Subject: [Haskell-cafe] Haskell platform for GHC 6.12.1? | | Using GHC 6.12.1 on Windows currently is hard, since one must compile | the latest version of cabal-install, which is a nightmare to do for a | typical windows user (install mingw, msys, utils like wget, download | correct package from hackage, compile them in correct order, etc etc) | | What's the status of the Haskell platform for the latest and greatest | Glasgow Haskell Compiler? | _______________________________________________ | Haskell-Cafe mailing list | Haskell-Cafe@haskell.org | http://www.haskell.org/mailman/listinfo/haskell-cafe

On Thu, 2010-03-04 at 09:48 +0000, Simon Peyton-Jones wrote:
See
http://trac.haskell.org/haskell-platform/wiki/ReleaseTimetable
The Haskell Platform for GHC 6.12 should be out on March 21st.
Simon
I hope it will be with long double for C ;) And BTW - why it is called 2009.4.x not 2010.x? Regards

I'm pretty sure you don't need mingw and all that. I've bootstrapped
cabal-install on windows a few times now without needing anything more than
ghc (though I haven't done 6.12 yet so I might be totally off base here...)
You can't use the nice bootstrap script, but you can download and build the
dependencies manually (and IIRC there are about 5 or so that don't come
included). Which is still a royal pain, but hopefully easier than all that
other messiness.
- Job
On Thu, Mar 4, 2010 at 4:38 AM, Peter Verswyvelen
Using GHC 6.12.1 on Windows currently is hard, since one must compile the latest version of cabal-install, which is a nightmare to do for a typical windows user (install mingw, msys, utils like wget, download correct package from hackage, compile them in correct order, etc etc)
What's the status of the Haskell platform for the latest and greatest Glasgow Haskell Compiler? _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

bugfact:
Using GHC 6.12.1 on Windows currently is hard, since one must compile the latest version of cabal-install, which is a nightmare to do for a typical windows user (install mingw, msys, utils like wget, download correct package from hackage, compile them in correct order, etc etc)
What's the status of the Haskell platform for the latest and greatest Glasgow Haskell Compiler?
We've just entered the release phase, http://trac.haskell.org/haskell-platform/wiki/ReleaseTimetable And you can expect 2010.2 during ZuriHac. Thanks for checking in! -- Don

Does this release include a new Haskell Platform for Snow Leopard as well?
Best,
On 4 March 2010 18:30, Don Stewart
bugfact:
Using GHC 6.12.1 on Windows currently is hard, since one must compile the latest version of cabal-install, which is a nightmare to do for a typical windows user (install mingw, msys, utils like wget, download correct package from hackage, compile them in correct order, etc etc)
What's the status of the Haskell platform for the latest and greatest Glasgow Haskell Compiler?
We've just entered the release phase,
http://trac.haskell.org/haskell-platform/wiki/ReleaseTimetable
And you can expect 2010.2 during ZuriHac.
Thanks for checking in!
-- Don _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Ozgur Akgun

Peter Verswyvelen wrote:
Using GHC 6.12.1 on Windows currently is hard, since one must compile the latest version of cabal-install, which is a nightmare to do for a typical windows user
Out of curiosity, why do you need to compile the latest version of cabal-install? Why can't you use the precompiled one?

GHC 6.12 changed the format of the internal package database. Only
cabal-install 0.8 can read this format properly. Version 0.8 is only
available on Hackage, the binaries available are cabal-install 0.6.2.
I assume part of the platform release effort is to create new
cabal-install binaries.
On 4 March 2010 18:41, Andrew Coppin
Peter Verswyvelen wrote:
Using GHC 6.12.1 on Windows currently is hard, since one must compile the latest version of cabal-install, which is a nightmare to do for a typical windows user
Out of curiosity, why do you need to compile the latest version of cabal-install? Why can't you use the precompiled one?
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- Push the envelope. Watch it bend.

Thomas Schilling wrote:
GHC 6.12 changed the format of the internal package database. Only cabal-install 0.8 can read this format properly. Version 0.8 is only available on Hackage, the binaries available are cabal-install 0.6.2. I assume part of the platform release effort is to create new cabal-install binaries.
Ah, OK. Just so long as there's a reason. :-) Is there a reason why a new precompiled binary can't be put up for download?

Andrew Coppin
Is there a reason why a new precompiled binary can't be put up for download?
I would assume because no-one has supplied one (Duncan doesn't use Windows; don't know about the rest of the cabal-install developers). -- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com

That and all Cabal 0.8 binaries on Windows suffer from zlib corrupted
stream issues. I've got cabal-install binary, but it's not worth
distributing :-(
There is a cabal ticket for this.
Thanks, Neil
On Fri, Mar 5, 2010 at 11:27 PM, Ivan Lazar Miljenovic
Andrew Coppin
writes: Is there a reason why a new precompiled binary can't be put up for download?
I would assume because no-one has supplied one (Duncan doesn't use Windows; don't know about the rest of the cabal-install developers).
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Have you tried compiling cabal-install with GHC 6.12.1? I got these stream
errors after I compiled it with 6.10.4, but with 6.12.1 it's working
flawless.
2010/3/6 Neil Mitchell
That and all Cabal 0.8 binaries on Windows suffer from zlib corrupted stream issues. I've got cabal-install binary, but it's not worth distributing :-(
There is a cabal ticket for this.
Thanks, Neil
On Fri, Mar 5, 2010 at 11:27 PM, Ivan Lazar Miljenovic
wrote: Andrew Coppin
writes: Is there a reason why a new precompiled binary can't be put up for download?
I would assume because no-one has supplied one (Duncan doesn't use Windows; don't know about the rest of the cabal-install developers).
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com _______________________________________________ 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

Have you tried compiling cabal-install with GHC 6.12.1? I got these stream errors after I compiled it with 6.10.4, but with 6.12.1 it's working flawless.
Woohoo, your tip works! Thanks a lot. Neil
2010/3/6 Neil Mitchell
That and all Cabal 0.8 binaries on Windows suffer from zlib corrupted stream issues. I've got cabal-install binary, but it's not worth distributing :-(
There is a cabal ticket for this.
Thanks, Neil
On Fri, Mar 5, 2010 at 11:27 PM, Ivan Lazar Miljenovic
wrote: Andrew Coppin
writes: Is there a reason why a new precompiled binary can't be put up for download?
I would assume because no-one has supplied one (Duncan doesn't use Windows; don't know about the rest of the cabal-install developers).
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com _______________________________________________ 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

Is it possible to post the correct cabal binary at http://www.haskell.org/cabal/download.html ? A while ago I gave up on trying to get GHC 6.12.1 working, for I lost the battle building cabal on my windows machine.... It would help A LOT when cabal.exe could be downloaded somewhere... Thanks Han Joosten Neil Mitchell wrote:
Have you tried compiling cabal-install with GHC 6.12.1? I got these stream errors after I compiled it with 6.10.4, but with 6.12.1 it's working flawless.
Woohoo, your tip works! Thanks a lot.
Neil
2010/3/6 Neil Mitchell
That and all Cabal 0.8 binaries on Windows suffer from zlib corrupted stream issues. I've got cabal-install binary, but it's not worth distributing :-(
There is a cabal ticket for this.
Thanks, Neil
On Fri, Mar 5, 2010 at 11:27 PM, Ivan Lazar Miljenovic
wrote: Andrew Coppin
writes: Is there a reason why a new precompiled binary can't be put up for download?
I would assume because no-one has supplied one (Duncan doesn't use Windows; don't know about the rest of the cabal-install developers).
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com _______________________________________________ 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
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- View this message in context: http://old.nabble.com/Haskell-platform-for-GHC-6.12.1--tp27778596p27813226.h... Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

Hi Han,
I uploaded my latest version which works with GHC 6.12.1:
http://community.haskell.org/~ndm/temp/cabal.zip
Hope it helps,
Thanks, Neil
On Sun, Mar 7, 2010 at 5:59 PM, Han Joosten
Is it possible to post the correct cabal binary at http://www.haskell.org/cabal/download.html ? A while ago I gave up on trying to get GHC 6.12.1 working, for I lost the battle building cabal on my windows machine.... It would help A LOT when cabal.exe could be downloaded somewhere...
Thanks
Han Joosten
Neil Mitchell wrote:
Have you tried compiling cabal-install with GHC 6.12.1? I got these stream errors after I compiled it with 6.10.4, but with 6.12.1 it's working flawless.
Woohoo, your tip works! Thanks a lot.
Neil
2010/3/6 Neil Mitchell
That and all Cabal 0.8 binaries on Windows suffer from zlib corrupted stream issues. I've got cabal-install binary, but it's not worth distributing :-(
There is a cabal ticket for this.
Thanks, Neil
On Fri, Mar 5, 2010 at 11:27 PM, Ivan Lazar Miljenovic
wrote: Andrew Coppin
writes: Is there a reason why a new precompiled binary can't be put up for download?
I would assume because no-one has supplied one (Duncan doesn't use Windows; don't know about the rest of the cabal-install developers).
-- Ivan Lazar Miljenovic Ivan.Miljenovic@gmail.com IvanMiljenovic.wordpress.com _______________________________________________ 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
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
-- View this message in context: http://old.nabble.com/Haskell-platform-for-GHC-6.12.1--tp27778596p27813226.h... Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Hi Neil, Thanks for the file. This helps me a great deal moving to GHC 6.12.1 on my windows machine! Cheers, Han Neil Mitchell wrote:
Hi Han,
I uploaded my latest version which works with GHC 6.12.1:
http://community.haskell.org/~ndm/temp/cabal.zip
Hope it helps,
Thanks, Neil
-- View this message in context: http://old.nabble.com/Haskell-platform-for-GHC-6.12.1--tp27778596p27817660.h... Sent from the Haskell - Haskell-Cafe mailing list archive at Nabble.com.

Well the precompiled one provided on doesn't seem to work with GHC
6.12.1, you get an error.
So yes, it would be nice to at least update the precompiled version on
the website :-)
On Thu, Mar 4, 2010 at 7:41 PM, Andrew Coppin
Peter Verswyvelen wrote:
Using GHC 6.12.1 on Windows currently is hard, since one must compile the latest version of cabal-install, which is a nightmare to do for a typical windows user
Out of curiosity, why do you need to compile the latest version of cabal-install? Why can't you use the precompiled one?
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (13)
-
Andrew Coppin
-
Don Stewart
-
Gregory Collins
-
Han Joosten
-
Holger Reinhardt
-
Ivan Lazar Miljenovic
-
Job Vranish
-
Maciej Piechotka
-
Neil Mitchell
-
Ozgur Akgun
-
Peter Verswyvelen
-
Simon Peyton-Jones
-
Thomas Schilling