remove Haddock-lexing/parsing/renaming from GHC
[ghc-hetmet.git] / compiler / main / HeaderInfo.hs
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-04-28 Ian LynaghFix error handling
2009-04-21 Simon MarlowFIX #2500: Don't log warnings in getHeader
2009-04-21 Simon MarlowFIX #3153: we lost an EOF sentinel in the event of...
2009-03-12 Simon MarlowFIX #3079, dodgy parsing of LANGUAGE pragmas 2009-03-13
2008-12-02 Simon MarlowPut full ImportDecls in ModSummary instead of just...
2008-11-21 Thomas SchillingDocument exported functions in main/HeaderInfo.
2008-11-21 Thomas SchillingRemove warning supression klugde in main/HeaderInfo
2008-11-21 Thomas SchillingThrow SourceErrors instead of ProgramErrors in main...
2008-10-10 Simon Marlowfix #2636: throw missing module errors as SourceErrors...
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-05 Simon MarlowAdd -XPackageImports, new syntax for package-qualified...
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-06-20 Ian LynaghRemove code that isn't used now that we assume that...
2008-06-14 Ian LynaghHandle errors in an OPTIONS pragma when preprocessing
2008-06-14 Ian LynaghPass dynflags down through to pragState
2008-04-06 Tim ChevalierImprove error message for malformed LANGUAGE pragma
2008-01-27 Twan van LaarhovenFixed warnings in main/HeaderInfo, except for incomplet...
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-11-01 David WaernRefactor Haddock options
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-11 Simon MarlowFIX #1677; poor error message for misspelled module...
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-08-09 Simon MarlowFIX read030 (error message wibble)
2007-08-08 Magnus JonssonRemoved a dependency on Cabal that caused a build failu...
2007-08-05 Ian LynaghFollow Cabal changes
2007-08-04 Ian LynaghWe now need to pass a version to extensionsToGHCFlag
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2006-11-02 simonpj@microsoft.comImprove error message from ghc --make when filename...
2006-10-25 andy@galois.com6.4 compatiblity
2006-10-24 Simon Marlowfix 5.04 compile
2006-10-11 Simon MarlowModule header tidyup #2
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree