summaryrefslogtreecommitdiff
path: root/compiler/utils/GraphBase.hs
Commit message (Collapse)AuthorAgeFilesLines
* Use -fwarn-tabs when validatingIan Lynagh2011-11-041-0/+7
| | | | | We only use it for "compiler" sources, i.e. not for libraries. Many modules have a -fno-warn-tabs kludge for now.
* Fix a haddock2 failureIan Lynagh2008-08-281-3/+3
|
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-1/+1
| | | | | If these modules use UniqFM then we get a stack overflow when compiling modules that use fundeps. I haven't tracked down the actual cause.
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-1/+1
| | | | | If these modules use UniqFM then we get a stack overflow when compiling modules that use fundeps. I haven't tracked down the actual cause.
* move generic graph-colouring code into utilSimon Marlow2007-09-121-0/+111
It is needed by cmm/StackColor, and hence is needed even when there is no native code generator.