Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | whitespace cleanup only | Ross Paterson | 2006-08-18 | 1 | -28/+22 |
| | |||||
* | Where we use $(GhcHcOpts), also add $(GhcStage1HcOpts) | Simon Marlow | 2006-08-09 | 1 | -1/+1 |
| | | | | This fixes building the compiler with -prof in $(GhcStage1HcOpts) | ||||
* | Complain more loudly if any of the hsc2hs phases fail | Duncan Coutts | 2006-07-03 | 1 | -23/+17 |
| | | | | | | previously hsc2hs just exits with a non-zero exit code, now if any of the compilation, linking or runing phases fail then we get a message saying so and the failing command is printed. | ||||
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 6 | -0/+1209 |
Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too. |