add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler / basicTypes / NameEnv.lhs
2010-10-07 simonpj@microsoft.comMake NameEnv back into type NameEnv a = UniqFM a
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2008-07-31 Max BolingbrokeDocument NameEnv
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-26 Ian LynaghFix warnings in basicTypes/NameEnv
2008-02-06 Ian LynaghMake UniqFM strict in its elements
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-02-04 lennart@augustsson.netExport nameEnvUniqueElts, similar to nameEnvElts, but...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-10 Simon Marlowadd extendNameEnvList_C
2006-04-07 Simon MarlowReorganisation of the source tree