summaryrefslogtreecommitdiff
path: root/compiler/main/CmdLineParser.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-2/+0
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-3/+0
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-4/+4
* Dont call unsafeGlobalDynFlags if it is not setThomas Miedema2015-03-161-3/+21
* Don't hardcode the name "ghc" in versionedAppDirEdsko de Vries2015-01-161-1/+1
* Package environmentsEdsko de Vries2015-01-131-3/+5
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-1/+1
* msse flag handling: fix trac issue #9777Denis Redozubov2014-12-051-12/+0
* ghc: allow --show-options and --interactive togetherLennart Kolmodin2014-11-211-4/+24
* compiler/main: fixes #9776Carlos Tomé2014-11-191-1/+2
* Make Applicative a superclass of MonadAustin Seipp2014-09-091-1/+2
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Catch potential garbage after -msse.Geoffrey Mainland2013-09-231-1/+2
* Enable -msse to be specified by itself.Geoffrey Mainland2013-09-221-1/+1
* Fix AMP warnings.Austin Seipp2013-09-111-0/+17
* Clean up -msse flag handlingJohan Tibell2013-01-171-0/+10
* Make the opt_UF_* static flags dynamicIan Lynagh2012-10-091-0/+10
* Fix ambiguous flag resolution (#7138)Paolo Capriotti2012-08-131-5/+7
* Tweak the way UsageErrors are constructedIan Lynagh2012-06-131-1/+2
* Make it possible to show SrcSpans without going via DocIan Lynagh2012-06-111-2/+1
* Implememt -fdefer-type-errors (Trac #5624)Simon Peyton Jones2012-01-121-2/+1
* Formmatting fixes to CmdLineParserDavid Terei2011-11-011-89/+93
* Fix safe haskell warnings to include src locationsDavid Terei2011-10-171-1/+4
* Formatting wibbles.David Terei2011-10-171-4/+4
* Remove cruft code from old Safe Haskell implementation methodDavid Terei2011-10-171-80/+37
* SafeHaskell: Try to be consistent in naming.David Terei2011-06-291-3/+3
* SafeHaskell: Disable certain ghc extensions in Safe.David Terei2011-06-171-31/+79
* Start support for coloured SDoc output.Thomas Schilling2011-04-071-1/+1
* Refactor the command-line argument parsing (again)simonpj@microsoft.com2010-08-161-61/+110
* Fix panic when running "ghc -H"; trac #3364Ian Lynagh2010-06-241-1/+1
* Give a better deprecated message for INCLUDE pragmas; fixes #3933Ian Lynagh2010-05-061-1/+5
* Remove maybePrefixMatch, using stripPrefix insteadIan Lynagh2009-07-091-1/+3
* Give locations of flag warnings/errorsIan Lynagh2008-08-261-12/+24
* Tweak the deprecated flags warningIan Lynagh2008-06-141-1/+1
* Allow flags to be marked as deprecatedIan Lynagh2008-06-141-18/+29
* Use a proper datatype, rather than pairs, for flagsIan Lynagh2008-06-141-7/+13
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-2/+0
* Fix warnings in main/CmdLineParserIan Lynagh2008-01-211-87/+85
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* Make various assertions work when !DEBUGIan Lynagh2007-09-081-3/+1
* 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
* Use -X for language extensionssimonpj@microsoft.com2007-06-201-10/+11
* Log-message for: Improve command-line parser (add OptIntSuffix); make -fliber...simonpj@microsoft.com2007-01-111-1/+1
* Improve command-line parser (add OptIntSuffix); make -fliberate-case-threshol...simonpj@microsoft.com2007-01-111-10/+12
* Make -fcontext-stack into a dynamic flagsimonpj@microsoft.com2006-07-271-41/+51
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+139