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 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 ndmitch...@gmail.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
 ivan.miljeno...@gmail.com wrote:
  Andrew Coppin andrewcop...@btinternet.com 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
  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.html
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


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 han.joos...@atosorigin.com wrote:

 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 ndmitch...@gmail.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
 ivan.miljeno...@gmail.com wrote:
  Andrew Coppin andrewcop...@btinternet.com 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
  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.html
 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

___
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-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,
 
 Thanks, Neil
 
 
-- 
View this message in context: 
http://old.nabble.com/Haskell-platform-for-GHC-6.12.1--tp27778596p27817660.html
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


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
ivan.miljeno...@gmail.com wrote:
 Andrew Coppin andrewcop...@btinternet.com 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
 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


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 ndmitch...@gmail.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
 ivan.miljeno...@gmail.com wrote:
  Andrew Coppin andrewcop...@btinternet.com 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
  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


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 ndmitch...@gmail.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
 ivan.miljeno...@gmail.com wrote:
  Andrew Coppin andrewcop...@btinternet.com 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
  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


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 d...@galois.com 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 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
___
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 Gregory Collins
Ozgur Akgun ozgurak...@gmail.com writes:

 Does this release include a new Haskell Platform for Snow Leopard as
 well?

It should, yes.

G
-- 
Gregory Collins g...@gregorycollins.net
___
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 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 March 2010 18:41, Andrew Coppin andrewcop...@btinternet.com wrote:
 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.
___
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 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
andrewcop...@btinternet.com wrote:
 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

___
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 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
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?

___
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 Ivan Lazar Miljenovic
Andrew Coppin andrewcop...@btinternet.com 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
IvanMiljenovic.wordpress.com
___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe


[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 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


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

2010-03-04 Thread Simon Peyton-Jones
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-boun...@haskell.org 
[mailto:haskell-cafe-boun...@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

___
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-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
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 bugf...@gmail.com 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 (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

___
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-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)
 
 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


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 precompiled one?


___
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe