patch applied (ghc): Fix "make 1" etc following the build system changes

2011-01-26 Thread Ian Lynagh
Wed Jan 26 16:17:39 PST 2011 Ian Lynagh * Fix "make 1" etc following the build system changes The logic is now in mk/compiler-ghc.mk rather than being duplicated in ghc/Makefile and compiler/Makefile. M ./Makefile +2 M ./compiler/Makefile -25 +2 M ./ghc/Makefile -4

patch applied (ghc): More build system changes; hasktags is now built with Cabal

2008-07-19 Thread Ian Lynagh
Fri Jul 18 08:34:59 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * More build system changes; hasktags is now built with Cabal A ./mk/cabal.mk M ./utils/Makefile -3 +6 M ./utils/ghc-pkg/Makefile -42 +4 M ./utils/hasktags/Makefile -29 +2 A ./utils/hasktags/hasktags.cabal

patch applied (ghc): More build system changes; ghc-pkg is now built with Cabal

2008-07-19 Thread Ian Lynagh
Fri Jul 18 04:47:53 PDT 2008 Ian Lynagh <[EMAIL PROTECTED]> * More build system changes; ghc-pkg is now built with Cabal M ./compiler/main/SysTools.lhs -13 +8 M ./driver/Makefile -6 +8 M ./ghc/Makefile -12 +3 M ./mk/cabal-flags.mk -2 +5 M ./mk/config.mk.in -6 +2

Re: Build system changes

2007-06-13 Thread Claus Reinke
Now merged into the HEAD. great, thanks! on my win/xp setup (cygwin tools, mingw gcc), sh boot ./configure --host=i386-unknown-mingw32 make make binary-dist seems to produce a useable ghci.exe again, with ghc-pkg.exe showing a more healthy listing as well. some issues:-) - exec

Re: Build system changes

2007-06-12 Thread Ian Lynagh
On Sat, Jun 09, 2007 at 04:24:52PM +0100, Ian Lynagh wrote: > > http://darcs.haskell.org/ghc-build-system/ Now merged into the HEAD. Thanks Ian ___ Cvs-ghc mailing list Cvs-ghc@haskell.org http://www.haskell.org/mailman/listinfo/cvs-ghc

Build system changes

2007-06-09 Thread Ian Lynagh
Hi all, The http://darcs.haskell.org/ghc-build-system/ branch (of the ghc HEAD repo) has some improvements to the build system; in particular, bindists work again, and (on Windows) if you install Inno Setup http://www.jrsoftware.org/isinfo.php and define ISCC = c:/Program\ Files/