Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Cabal modules from compat | Ian Lynagh | 2008-07-03 | 16 | -49/+0 |
| | | | | We now get them from the bootstrapping package.conf instead | ||||
* | Follow Cabal changes | Ian Lynagh | 2008-06-29 | 1 | -0/+3 |
| | |||||
* | Follow Cabal changes | Ian Lynagh | 2008-06-26 | 1 | -3/+0 |
| | |||||
* | Remove Distribution.Compat.Char from compat again | Ian Lynagh | 2008-05-14 | 1 | -3/+0 |
| | | | | Cabal now does this differently. | ||||
* | Add Distribution.Compat.Char to compat | Ian Lynagh | 2008-05-13 | 1 | -0/+3 |
| | |||||
* | Add Distribution.Compat.Exception to the compat library | Ian Lynagh | 2008-05-13 | 1 | -0/+3 |
| | |||||
* | Update compat for changes to Cabal | Ian Lynagh | 2008-05-10 | 6 | -12/+6 |
| | |||||
* | Follow Cabal's move Distribution.Program -> Distribution.Simple.Program | Ian Lynagh | 2007-08-31 | 2 | -3/+3 |
| | |||||
* | Add Distribution.System to compat | Ian Lynagh | 2007-08-05 | 1 | -0/+3 |
| | |||||
* | Add more of Cabal to compat | Ian Lynagh | 2007-08-04 | 8 | -0/+24 |
| | |||||
* | follow removal of Distribtion.Compat.FilePath | Simon Marlow | 2007-05-21 | 1 | -3/+0 |
| | |||||
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 9 | -0/+28 |
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. |