summaryrefslogtreecommitdiff
path: root/utils/hsc2hs/Main.hs
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix hsc2hs finding its template file on WindowsIan Lynagh2008-07-051-1/+7
|
* Build hsc2hs with CabalIan Lynagh2008-07-051-2/+1
| | | | This is very rough around teh edges at the moment.
* Use the last compiler if more than one is specifiedIan Lynagh2008-07-051-2/+1
|
* More commandline flag improvementsIan Lynagh2008-06-161-1/+1
| | | | | | | * Allow -ffoo flags to be deprecated * Mark some -ffoo flags as deprecated * Avoid using deprecated flags in error messages, in the build system, etc * Add a flag to en/disable the deprecated flag warning
* Remove some of the old compat stuff now that we assume GHC 6.4Simon Marlow2008-02-081-4/+0
|
* ignore all but the last --template optionSimon Marlow2007-06-221-1/+7
|
* Don't use compat when compiling utils with stage1Ian Lynagh2007-02-061-1/+5
|
* remove generated files in a 'finally' mannersof@galois.com2006-09-091-4/+17
|
* remove __HUGS__ #if's (Hugs uses the standalone version)Ross Paterson2006-09-071-23/+5
|
* whitespace cleanup onlyRoss Paterson2006-08-181-28/+22
|
* Complain more loudly if any of the hsc2hs phases failDuncan Coutts2006-07-031-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 treeSimon Marlow2006-04-071-0/+938
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.