summaryrefslogtreecommitdiff
path: root/compiler/parser/hschooks.c
Commit message (Collapse)AuthorAgeFilesLines
* move hschooks.c to ghc/, and enable itSimon Marlow2009-09-111-35/+0
|
* Fix #3408: lengthen the idle GC time to 5s for GHC/GHCi.Simon Marlow2009-09-111-1/+4
|
* bump GHC's max stack size to 512MSimon Marlow2008-12-191-1/+1
| | | | To accomodate compiling very long static lists (#2002)
* bump GHC's maximum stack size to 64Mb (see #2002)Simon Marlow2008-05-191-1/+1
|
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-14/+0
|
* we don't need OutOfHeapHook(), and the version in the RTS has a better messageSimon Marlow2006-05-241-9/+0
|
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+55
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.