Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix 'make 1' | Simon Marlow | 2009-06-17 | 1 | -0/+1 |
| | |||||
* | Add support for 'make help' in subdirectories | Simon Marlow | 2009-06-16 | 1 | -0/+8 |
| | | | | Including help for directory-specific targets, such as 'make 1' in ghc | ||||
* | 'make 1' in libraries builds just the stage1 libs | Simon Marlow | 2009-06-15 | 1 | -0/+4 |
| | | | | i.e. not dph, and hence not stage2 | ||||
* | Add a Makefile in libraries/ | Ian Lynagh | 2009-05-08 | 1 | -0/+3 |
| | |||||
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -441/+0 |
| | |||||
* | Package dph needs to be cleaned in stage=1, too | Manuel M T Chakravarty | 2009-03-06 | 1 | -15/+17 |
| | |||||
* | Add targets clean.library.dph and remake.library.dph | Manuel M T Chakravarty | 2009-02-24 | 1 | -3/+38 |
| | | | | | | - Package dph ist a meta package that contains a number of subpackages inside. - This patch adds two targets to clean and remake all subpackages with a single command. | ||||
* | Only pass --with-hscolour to cabal-bin once | Ian Lynagh | 2009-02-12 | 1 | -4/+0 |
| | |||||
* | Add more targets to the list that we need to include all libraries for | Ian Lynagh | 2009-02-11 | 1 | -1/+1 |
| | |||||
* | Fix cleaning and installing the libraries | Ian Lynagh | 2009-02-10 | 1 | -2/+15 |
| | | | | | When cleaning or installing, we need to ignore what $stage is, and just clean/install all the libraries. | ||||
* | Build dph with the stage2 compiler | Ian Lynagh | 2009-02-03 | 1 | -2/+15 |
| | | | | It will use TH, so needs to be built with stage2. | ||||
* | Require HsColour by default | Ian Lynagh | 2009-01-04 | 1 | -1/+5 |
| | | | | | | | | This should stop us ending up without HsColour'ed sources on some platforms. We also now tell Cabal where to find HsColour, rather than it finding it itself. | ||||
* | ghc_ge_605 is now always YES | Ian Lynagh | 2008-11-08 | 1 | -3/+0 |
| | |||||
* | Clean the bootstrapping extensible-exceptions package | Ian Lynagh | 2008-10-17 | 1 | -3/+4 |
| | |||||
* | Fix the build when the bootstrapping compiler has a newer Cabal than us | Ian Lynagh | 2008-10-15 | 1 | -3/+0 |
| | | | | We need to forcibly use the in-tree Cabal, or we get version mismatch errors | ||||
* | Fix the name of prologue.txt when making bindists | Ian Lynagh | 2008-10-14 | 1 | -1/+1 |
| | |||||
* | Add a link to the GHC API docs from the library haddock index | Ian Lynagh | 2008-10-13 | 1 | -1/+2 |
| | |||||
* | Use an extensible-exceptions package when bootstrapping | Ian Lynagh | 2008-10-03 | 1 | -0/+4 |
| | | | | | | | Ifdefs for whether we had extensible exceptions or not were spreading through GHC's source, and things would only have got worse for the next 2-3 years, so instead we now use an implementation of extensible exceptions built on top of the old exception type. | ||||
* | Fix maintainer-clean | Ian Lynagh | 2008-09-24 | 1 | -2/+3 |
| | |||||
* | Use test -f rather than test -e, for portability (Solaris) | Ian Lynagh | 2008-09-24 | 1 | -1/+1 |
| | |||||
* | Remove some dependencies on bootstrapping.conf from libraries/Makefile | Ian Lynagh | 2008-09-23 | 1 | -5/+4 |
| | | | | | | | | | | | | They were causing some unnecessary work: Running make in a built tree reregisters the GHC package in bootstrapping.conf, and the build system thought that this updated timestamp meant that the configure stamps were out of date. This is particularly bad for the libraries with configure scripts, as those take a while to run. The bootstrapping.conf is built in an earlier phase ("make boot") so one shouldn't rely on the dependencies anyway. | ||||
* | Use -f rather than -e for portability | Ian Lynagh | 2008-09-21 | 1 | -1/+1 |
| | |||||
* | Add some special cases for putting dph in bindists | Ian Lynagh | 2008-09-21 | 1 | -1/+1 |
| | |||||
* | Remove the duplicate show rule in libraries/Makefile | Ian Lynagh | 2008-09-13 | 1 | -4/+1 |
| | |||||
* | Install the stage 2 ghc package when installing; fixes trac #2567 | Ian Lynagh | 2008-09-06 | 1 | -31/+0 |
| | |||||
* | Re-merge concurrent,timeout,unique,st,getopt into base | Ian Lynagh | 2008-09-03 | 1 | -1/+1 |
| | |||||
* | When installing, we can't rely on the ghc-pkg we just installed to work | Ian Lynagh | 2008-08-28 | 1 | -1/+1 |
| | | | | | | If DESTDIR is defined, then on *nix machines ghc-pkg is a script that doesn't point to the right path. Therefore we use the ghc-pkg binary directly. | ||||
* | Update the build system to handle building and using haddock2 | Ian Lynagh | 2008-08-28 | 1 | -5/+1 |
| | | | | | One side-effect of this is that we need to build the install-utils with stage2 rather than stage1 as we need the ghc package. | ||||
* | Don't fail if libraries/bootstrapping already exists | Ian Lynagh | 2008-08-27 | 1 | -1/+1 |
| | |||||
* | When haddocking the libraries, tell Cabal where haddock is | Ian Lynagh | 2008-08-27 | 1 | -1/+2 |
| | | | | We can't do it when configuring, because we haven't built haddock yet | ||||
* | syb is now in its own package | Ian Lynagh | 2008-08-25 | 1 | -1/+1 |
| | |||||
* | When making bindists, check that we know where we are | Ian Lynagh | 2008-08-25 | 1 | -0/+4 |
| | |||||
* | concurrent, unique, timeout have now been split off from base | Ian Lynagh | 2008-08-24 | 1 | -1/+1 |
| | |||||
* | getopt is now split off from base | Ian Lynagh | 2008-08-24 | 1 | -1/+1 |
| | |||||
* | st is now split off from base | Ian Lynagh | 2008-08-23 | 1 | -1/+1 |
| | |||||
* | move directory after Win32/unix | Simon Marlow | 2008-08-21 | 1 | -2/+2 |
| | |||||
* | Stop dph/dph-{par,seq} reconfiguring themselves all the time | Ian Lynagh | 2008-08-14 | 1 | -5/+3 |
| | |||||
* | build base3-compat | Simon Marlow | 2008-08-11 | 1 | -3/+6 |
| | |||||
* | Use dph-{seq|par} instead of dph_{seq|par} | Roman Leshchinskiy | 2008-08-12 | 1 | -8/+8 |
| | |||||
* | Simplify how we build dph | Ian Lynagh | 2008-08-09 | 1 | -15/+28 |
| | |||||
* | Remove a pointless use of $(HERE_ABS)/ | Ian Lynagh | 2008-08-10 | 1 | -1/+1 |
| | |||||
* | Don't give the -d flag to rm; it goes wrong on Windows | Ian Lynagh | 2008-08-10 | 1 | -1/+1 |
| | |||||
* | bindist fixes | Ian Lynagh | 2008-08-10 | 1 | -9/+11 |
| | |||||
* | bindists are now some way towards working | Ian Lynagh | 2008-08-10 | 1 | -21/+8 |
| | |||||
* | Prepare GHC for building with Git | Max Bolingbroke | 2008-08-06 | 1 | -1/+2 |
| | | | | | | | | | * New packages format lets you select source control system in use * Packages file now includes root repo explicitly * Scripts darcs-all and push-all updated for the new packages format only * New sync-all script, intended for use after Git changeover and for buildbots right now * Had to remove libraries/bootstrapping from tree since Git cannot track empty directories without a hack * Determine checkout date with Git using Darcs fallback in aclocal.m4 | ||||
* | Remove the cgi package from extralibs | Ian Lynagh | 2008-08-05 | 1 | -1/+0 |
| | | | | | | It has some sort of Error Monad using the old Exception type. I'm not familiar with it enough to know what the right thing to do for it with extensible exceptions is. | ||||
* | Fix ifBuildable | Ian Lynagh | 2008-08-01 | 1 | -1/+1 |
| | |||||
* | Add some comments to packages/darcs-all | Ian Lynagh | 2008-07-29 | 1 | -0/+2 |
| | |||||
* | Remove ndp from libraries/Makefile. We now use dph instead. | Ian Lynagh | 2008-07-29 | 1 | -1/+0 |
| | |||||
* | add --enable-shared to configure, and $(BuildSharedLibs) to the build system | Simon Marlow | 2008-07-24 | 1 | -1/+1 |
| |