RE: Re[2]: ANNOUNCE: GHC version 6.6.1

2007-04-30 Thread Simon Peyton-Jones
| Making it possible to use Haskell in mixed language projects with C++ | and Java is obviously a good thing, but it's not really a scalable | solution to distribute them all together. We should look at how to | improve cabal+ghc to make it easier to use them as a component of a | larger system.

Re[2]: ANNOUNCE: GHC version 6.6.1

2007-04-29 Thread Bulat Ziganshin
Hello Albert, Sunday, April 29, 2007, 2:51:24 AM, you wrote: Is it just me who thinks this is a silly idea? Why should GHC include a C++ compiler? .NET literates, will benefit from the many libraries available in .NET. Can we also include a .NET runtime, a .NET documentation suite, all .NET

Re: Re[2]: ANNOUNCE: GHC version 6.6.1

2007-04-29 Thread Duncan Coutts
On Sun, 2007-04-29 at 10:38 +0400, Bulat Ziganshin wrote: Hello Albert, Sunday, April 29, 2007, 2:51:24 AM, you wrote: Is it just me who thinks this is a silly idea? Why should GHC include a C++ compiler? .NET literates, will benefit from the many libraries available in .NET. Can

Re[2]: ANNOUNCE: GHC version 6.6.1

2007-04-28 Thread Bulat Ziganshin
Hello Duncan, Saturday, April 28, 2007, 9:58:18 PM, you wrote: can you please include in win32 distro c++ compiler, as it was done before and as it requested by trac ticket http://hackage.haskell.org/trac/ghc/ticket/1024 ? Is it just me who thinks this is a silly idea? Why should GHC

Re: Re[2]: ANNOUNCE: GHC version 6.6.1

2007-04-28 Thread Neil Mitchell
Hi Is it just me who thinks this is a silly idea? Why should GHC include a alternative way may be inclusion of instructions how to add c++ compiler to ghc installation - it's not trivial because one need to know which gcc version should be used and which files copied Since I know that Bulat

Re[2]: ANNOUNCE: GHC version 6.6.1

2007-04-26 Thread Bulat Ziganshin
Hello shelarcy, Thursday, April 26, 2007, 6:54:40 PM, you wrote: Hello, Bulat, On Thu, 26 Apr 2007 22:07:47 +0900, Bulat Ziganshin [EMAIL PROTECTED] wrote: can you please include in win32 distro c++ compiler, as it was done before and as it requested by trac ticket

Re: Re[2]: ANNOUNCE: GHC version 6.6.1

2007-04-26 Thread shelarcy
Hello Bulat, I think that builders/distributers use make binary-dist to make binary distribution normally. http://hackage.haskell.org/trac/ghc/wiki/Building/Using#BootstrappingGHC make binary-dist calls prep-bin-dist-mingw to make Windows friendly distribution now.