Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove some directories that used to be used by GUM | Ian Lynagh | 2013-03-17 | 29 | -9339/+0 |
| | | | | This hasn't been used for some time | ||||
* | GHC new build system megapatch | Ian Lynagh | 2009-04-26 | 1 | -2/+0 |
| | |||||
* | bindists are now some way towards working | Ian Lynagh | 2008-08-10 | 1 | -7/+3 |
| | |||||
* | Fix bindist creation | Ian Lynagh | 2007-06-01 | 1 | -2/+16 |
| | | | | | Bindists should now work again, when doing "make install" at least. "make in-place" is probably still broken. | ||||
* | Rework the build system a bit | Ian Lynagh | 2007-05-31 | 1 | -32/+28 |
| | | | | | | Key changes: * Always build as if BIN_DIST is 1. BIN_DIST is thus removed. * Libraries are configured with prefix set to $$topdir rather than $(prefix) | ||||
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 29 | -0/+9335 |
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. |