summaryrefslogtreecommitdiff
path: root/compat/Distribution
Commit message (Collapse)AuthorAgeFilesLines
* Remove Cabal modules from compatIan Lynagh2008-07-0316-49/+0
| | | | We now get them from the bootstrapping package.conf instead
* Follow Cabal changesIan Lynagh2008-06-291-0/+3
|
* Follow Cabal changesIan Lynagh2008-06-261-3/+0
|
* Remove Distribution.Compat.Char from compat againIan Lynagh2008-05-141-3/+0
| | | | Cabal now does this differently.
* Add Distribution.Compat.Char to compatIan Lynagh2008-05-131-0/+3
|
* Add Distribution.Compat.Exception to the compat libraryIan Lynagh2008-05-131-0/+3
|
* Update compat for changes to CabalIan Lynagh2008-05-106-12/+6
|
* Follow Cabal's move Distribution.Program -> Distribution.Simple.ProgramIan Lynagh2007-08-312-3/+3
|
* Add Distribution.System to compatIan Lynagh2007-08-051-0/+3
|
* Add more of Cabal to compatIan Lynagh2007-08-048-0/+24
|
* follow removal of Distribtion.Compat.FilePathSimon Marlow2007-05-211-3/+0
|
* Reorganisation of the source treeSimon Marlow2006-04-079-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.