summaryrefslogtreecommitdiff
path: root/compiler/main/HeaderInfo.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix error handlingIan Lynagh2009-04-281-1/+2
* FIX #2500: Don't log warnings in getHeaderSimon Marlow2009-04-211-2/+4
* FIX #3153: we lost an EOF sentinel in the event of a lexical errorSimon Marlow2009-04-211-2/+3
* FIX #3079, dodgy parsing of LANGUAGE pragmas2009-03-13Simon Marlow2009-03-121-57/+71
* Put full ImportDecls in ModSummary instead of just ModuleNamesSimon Marlow2008-12-021-18/+6
* Document exported functions in main/HeaderInfo.Thomas Schilling2008-11-211-5/+16
* Remove warning supression klugde in main/HeaderInfoThomas Schilling2008-11-211-8/+4
* Throw SourceErrors instead of ProgramErrors in main/HeaderInfo.Thomas Schilling2008-11-211-23/+36
* fix #2636: throw missing module errors as SourceErrors, not ErrMsgSimon Marlow2008-10-101-2/+3
* Give locations of flag warnings/errorsIan Lynagh2008-08-261-7/+8
* Add -XPackageImports, new syntax for package-qualified importsSimon Marlow2008-08-051-4/+10
* Follow changes in the base libraryIan Lynagh2008-07-311-1/+1
* Follow extensible exception changesIan Lynagh2008-07-301-3/+3
* Remove code that isn't used now that we assume that GHC >= 6.4Ian Lynagh2008-06-201-11/+0
* Handle errors in an OPTIONS pragma when preprocessingIan Lynagh2008-06-141-1/+15
* Pass dynflags down through to pragStateIan Lynagh2008-06-141-9/+11
* Improve error message for malformed LANGUAGE pragmaTim Chevalier2008-04-061-2/+3
* Fixed warnings in main/HeaderInfo, except for incomplete pattern matchesTwan van Laarhoven2008-01-271-10/+15
* lots of portability changes (#1405)Isaac Dupree2008-01-171-2/+2
* Refactor Haddock optionsDavid Waern2007-11-011-1/+10
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* FIX #1677; poor error message for misspelled module declarationSimon Marlow2007-09-111-13/+5
* Fix CodingStyle#Warnings URLsIan Lynagh2007-09-041-1/+1
* Use OPTIONS rather than OPTIONS_GHC for pragmasIan Lynagh2007-09-031-2/+2
* Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modulesIan Lynagh2007-09-011-0/+7
* FIX read030 (error message wibble)Simon Marlow2007-08-091-1/+1
* Removed a dependency on Cabal that caused a build failure when Cabal changedMagnus Jonsson2007-08-081-27/+7
* Follow Cabal changesIan Lynagh2007-08-051-7/+21
* We now need to pass a version to extensionsToGHCFlagIan Lynagh2007-08-041-5/+12
* Warning fix for unused and redundant importsMichael D. Adams2007-05-101-1/+0
* Add a warning for tabs in source filesIan Lynagh2007-01-121-4/+8
* Improve error message from ghc --make when filename and modulename differsimonpj@microsoft.com2006-11-021-5/+5
* 6.4 compatiblityandy@galois.com2006-10-251-1/+1
* fix 5.04 compileSimon Marlow2006-10-241-1/+2
* Module header tidyup #2Simon Marlow2006-10-111-3/+3
* Merge Haddock comment support from ghc.haddock -- big patchdavve@dtek.chalmers.se2006-10-051-1/+1
* Generalise Package SupportSimon Marlow2006-07-251-9/+7
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+201