summaryrefslogtreecommitdiff
path: root/compiler/main/HeaderInfo.hs
Commit message (Expand)AuthorAgeFilesLines
* 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