Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-07 Thread Han Joosten
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, > > Thank

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-07 Thread Neil Mitchell
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 wrote: > > Is it possible to post the correct cabal binary at > http://www.haskell.org/cabal/download.html

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-07 Thread 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

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-06 Thread Neil Mitchell
> 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

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-06 Thread Holger Reinhardt
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,

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-06 Thread 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 the

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-05 Thread 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.miljeno...@gmail.com IvanM

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-05 Thread Andrew Coppin
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 cab

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-05 Thread Peter Verswyvelen
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 wrote: > Peter Verswyvelen wrote: >> >> Using GHC 6.12.1 on Windows cu

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-05 Thread Thomas Schilling
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

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-05 Thread Gregory Collins
Ozgur Akgun writes: > Does this release include a new Haskell Platform for Snow Leopard as > well? It should, yes. G -- Gregory Collins ___ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-05 Thread Ozgur Akgun
Does this release include a new Haskell Platform for Snow Leopard as well? Best, On 4 March 2010 18:30, Don Stewart wrote: > 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 w

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-04 Thread 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 prec

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-04 Thread 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) >

Re: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-04 Thread Job Vranish
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 d

RE: [Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-04 Thread Simon Peyton-Jones
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

[Haskell-cafe] Haskell platform for GHC 6.12.1?

2010-03-04 Thread 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 o