summaryrefslogtreecommitdiff
path: root/compiler/utils/LazyUniqFM.lhs
Commit message (Collapse)AuthorAgeFilesLines
* Remove a redundant options pragmaIan Lynagh2008-09-261-1/+0
|
* Document LazyUniqFMMax Bolingbroke2008-07-311-0/+3
|
* Remove the need for undecidable instances in LazyUniqFMIan Lynagh2008-07-111-2/+1
|
* More commandline flag improvementsIan Lynagh2008-06-161-1/+2
| | | | | | | * 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
* Make some more modules use LazyUniqFM instead of UniqFMIan Lynagh2008-02-071-3/+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/+3
| | | | | 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 UniqFM strict in its elementsIan Lynagh2008-02-061-0/+340