summaryrefslogtreecommitdiff
path: root/compat/Compat
Commit message (Collapse)AuthorAgeFilesLines
* Fix the Windows buildIan Lynagh2007-07-211-0/+3
|
* Warning Police: Unused importsMichael D. Adams2007-07-131-1/+1
|
* FIX BUILD (Windows)Simon Marlow2007-07-061-1/+1
|
* FIX BUILD (with GHC 6.2.x): System.Directory.Internals is no moreSimon Marlow2007-07-051-14/+50
| | | | Update functions in Compat.Directory from originals in System.Directory
* Fix the type of wgencatIan Lynagh2007-03-291-2/+2
|
* Reorganisation of the source treeSimon Marlow2006-04-073-0/+353
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.