Convert more UniqFM's back to LazyUniqFM's
[ghc-hetmet.git] / compiler / iface / LoadIface.lhs
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-05 simonpj@microsoft.comWhite space only
2008-01-17 Twan van LaarhovenMonadify iface/LoadIface: use return and liftIO
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-08 Simon Marlowerror message fix (#1758)
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
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-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-16 Roman LeshchinskiyAdapt interface file code for vectorisation
2007-06-06 simonpj@microsoft.comRemove unnecessary free-variables from renamer
2007-05-22 Manuel M T ChakravartyAdd data type information to VectInfo
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-04 Manuel M T ChakravartyIfaceVectInfo and propagation through EPS
2007-04-14 wolfgang.thaller... make opt_HiVersion an Integer instead of Int to prevent...
2007-03-27 Simon Marlowpartial fix for #1119
2007-03-16 simonpj@microsoft.comComment out debug traces
2007-01-11 simonpj@microsoft.comFix a nasty recursive loop in typechecking interface...
2006-11-10 Samuel BronsonZap stray whitespace in lhs formatting
2006-10-19 Manuel M T ChakravartyFix show-iface for family instances & add debug ppr...
2006-10-18 Manuel M T ChakravartyCross-module consistency check for family instances
2006-10-13 Manuel M T ChakravartyKeep track of family instance modules
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-06 simonpj@microsoft.comFix up the typechecking of interface files during ...
2006-09-23 simonpj@microsoft.comTrim imports, and remove some dead code
2006-09-22 simonpj@microsoft.comRemove duplicate call to getDOpts
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-09-20 Manuel M T ChakravartyGet of fam inst index in ifaces
2006-09-20 Manuel M T ChakravartyATs are now implicitTyThings
2006-09-20 Manuel M T ChakravartyStraightened out implicit coercions for indexed types
2006-09-20 Manuel M T ChakravartyFixed two bugs concerning fanilies
2006-09-20 Manuel M T ChakravartyFlip direction of newtype coercions, fix some comments
2006-09-20 Manuel M T ChakravartyRemove mi_package from moved pprModIface
2006-09-20 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-07-13 simonpj@microsoft.comA class in an interface file defines the CoTyCon of...
2006-09-13 Simon Marlowreformat import
2006-09-13 Simon Marlowminor reformatting
2006-08-11 Simon MarlowImprove the "could not find module" error message
2006-08-11 Simon Marlowdon't qualify module name for importedSrcLoc
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree