Re: Go go go!

2011-03-10 Thread Don Stewart
Well spotted. Fixed. trebla: > A small bug in scripts/build.sh (has been there in previous versions): > > # Actually do something! > for pkg in `cat packages/platform.packages`; do > if is_pkg_installed "${pkg}"; then > true > else > echo '*

Re: Go go go!

2011-03-09 Thread Albert Y . C . Lai
A small bug in scripts/build.sh (has been there in previous versions): # Actually do something! for pkg in `cat packages/platform.packages`; do if is_pkg_installed "${pkg}"; then true else echo '**' echo "Building ${PKG}" build_pk

Re: Go go go!

2011-03-09 Thread Mikhail Glushenkov
Hi, On Wed, Mar 9, 2011 at 7:52 PM, Don Stewart wrote: > Uploaded: > > http://lambda.galois.com/hp-tmp/2011.2.0.0-rc/ > > Mikhail, what's your expected date? Should be ready later today. -- ()  ascii ribbon campaign - against html e-mail /\  www.asciiribbon.org   - against proprietary attach

Re: Go go go!

2011-03-09 Thread Don Stewart
Uploaded: http://lambda.galois.com/hp-tmp/2011.2.0.0-rc/ Mikhail, what's your expected date? -- Don On Tue, Mar 8, 2011 at 11:25 PM, Mark Lentczner wrote: > I built new release candidate installers for Mac OS X 10.6 and am > uploading here: > >   > http://www.ozonehouse.com/mark/hp/Haskell%

Re: Go go go!

2011-03-09 Thread Anders Persson
Thanks Mark, both installers work for me and I get $ cabal --version cabal-install version 0.10.2 using version 1.10.1.0 of the Cabal library Cheers, Anders On Mar 9, 2011, at 8:25 AM, Mark Lentczner wrote: > I built new release candidate installers for Mac OS X 10.6 and am > uploading here:

Re: Go go go!

2011-03-08 Thread Mark Lentczner
I built new release candidate installers for Mac OS X 10.6 and am uploading here: http://www.ozonehouse.com/mark/hp/Haskell%20Platform%202011.2.0.0-i386-rc4.pkg http://www.ozonehouse.com/mark/hp/Haskell%20Platform%202011.2.0.0-x86_64-rc4.pkg These include two fixes: 1) The new cabal-insta

Go go go!

2011-03-08 Thread Don Stewart
New cabal-install release, with the release stopper bugs gone. The .cabal spec is updated and in darcs: http://code.galois.com/darcs/haskell-platform/ And a new RC for the src installer is up on lambda.haskell.org: http://lambda.galois.com/hp-tmp/2011.2.0.0-rc/ Send me your new installers :-)