Start support for coloured SDoc output.
[ghc-hetmet.git] / compiler / main / CmdLineParser.hs
2011-04-07 Thomas SchillingStart support for coloured SDoc output.
2010-08-16 simonpj@microsoft.comRefactor the command-line argument parsing (again)
2010-06-24 Ian LynaghFix panic when running "ghc -H"; trac #3364
2010-05-06 Ian LynaghGive a better deprecated message for INCLUDE pragmas...
2009-07-09 Ian LynaghRemove maybePrefixMatch, using stripPrefix instead
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-06-14 Ian LynaghTweak the deprecated flags warning
2008-06-14 Ian LynaghAllow flags to be marked as deprecated
2008-06-14 Ian LynaghUse a proper datatype, rather than pairs, for flags
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-21 Ian LynaghFix warnings in main/CmdLineParser
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
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-06-20 simonpj@microsoft.comUse -X for language extensions
2007-01-11 simonpj@microsoft.comLog-message for: Improve command-line parser (add OptIn...
2007-01-11 simonpj@microsoft.comImprove command-line parser (add OptIntSuffix); make...
2006-07-27 simonpj@microsoft.comMake -fcontext-stack into a dynamic flag
2006-04-07 Simon MarlowReorganisation of the source tree