Remove LazyUniqFM; fixes trac #3880
[ghc-hetmet.git] / compiler / main / Finder.lhs
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2009-08-19 Ian LynaghFix warnings
2009-08-18 Ian LynaghPut a newtype wrapper around ModuleEnv
2009-08-16 Thomas SchillingMake updates to the Finder caches atomic. Well, almost.
2009-07-26 Ian LynaghGive a better error message for hidden packages when...
2009-07-16 Simon Marlowrefactor: use packageConfigId in place of mkPackageId...
2009-07-07 Ian LynaghRemove unused imports
2009-04-26 Ian LynaghImprove the error message when we find a module in...
2009-04-21 Simon MarlowFIX #2682: banish silly cases of the "module Foo is...
2009-03-16 Simon MarlowFIX #3093: stub filenames when using -osuf
2009-02-06 Simon MarlowImprovements to the "can't find module" error message...
2009-01-15 Simon MarlowMore useful error message when a package .hi file canno...
2008-08-13 Ian LynaghFollow changes in Cabal
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-07-20 Thomas SchillingFix Haddock errors.
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in Finder
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-22 Simon Marlowcleanup only
2008-01-12 Ian LynaghFilePath fixes
2008-01-12 Ian LynaghUse System.FilePath
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-10-03 Simon Marlowrefactoring only: use the parameterised InstalledPackag...
2007-10-03 Simon Marlowremove most warnings
2007-09-27 Simon Marlowfurther stub filename fix: I managed to break non-stubd...
2007-09-26 Simon MarlowFIX -stubdir bug: the .hc file was #including the wrong...
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-04-16 Simon MarlowAdd missing special case for GHC.Prim
2006-10-11 Simon MarlowModule header tidyup #2
2006-08-11 Simon MarlowImprove the "could not find module" error message
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree