summaryrefslogtreecommitdiff
path: root/compiler/main/Main.hs
Commit message (Expand)AuthorAgeFilesLines
* Get building GHC itself with Cabal more-or-less workingIan Lynagh2008-07-161-563/+0
* FIX #2278: don't complain if the -odir directory doesn't existSimon Marlow2008-07-111-6/+1
* Fix warnings in MainIan Lynagh2008-06-141-20/+20
* Use -fforce-recomp rather than -no-recompIan Lynagh2008-06-141-1/+1
* Allow flags to be marked as deprecatedIan Lynagh2008-06-141-7/+29
* eta-reduce a Monad type synonym, so we can use it non-appliedIan Lynagh2008-06-141-2/+2
* Use a proper datatype, rather than pairs, for flagsIan Lynagh2008-06-141-22/+22
* Cmm back end upgradesdias@eecs.harvard.edu2008-05-291-4/+6
* Fix warnings in main/MainIan Lynagh2008-01-191-15/+20
* Support multiple -e flagsIan Lynagh2008-01-191-5/+12
* Fix whitespaceIan Lynagh2008-01-191-12/+12
* Fix giving an error if we are given conflicting mode flagsIan Lynagh2008-01-191-4/+4
* Use System.FilePathIan Lynagh2008-01-121-1/+2
* Remove the --print-docdir flagIan Lynagh2007-11-271-9/+0
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* Fix --print-docdir for relocatable builds; fixes #1226Ian Lynagh2007-09-191-7/+6
* 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
* Add a --print-docdir flagIan Lynagh2007-08-311-7/+17
* Implement --info, and change how can_split is definedIan Lynagh2007-08-181-0/+12
* Add a --supported-languages flagIan Lynagh2007-08-051-17/+28
* WhitespaceIan Lynagh2007-08-051-11/+11
* Remove prefixMatch and suffixMatch from UtilIan Lynagh2007-07-021-1/+1
* Remove the large ghci banner, and the flags to choose which banner to showIan Lynagh2007-07-021-1/+6
* Print the right usage messageIan Lynagh2007-07-021-2/+2
* Tweak banner printing2007-06-12Ian Lynagh2007-06-121-22/+11
* FIX #1378 Add option for a shorter banner on GHCi startupcdsmith@twu.net2007-06-011-3/+5
* FIX #1155: ghci -debug generates slightly odd messageSimon Marlow2007-05-071-2/+6
* Rationalise GhcMode, HscTarget and GhcLinkSimon Marlow2007-04-111-20/+19
* Don't start a GHC session before answering --version/--numeric-versionIan Lynagh2007-01-191-10/+22
* allow 'ghci -threaded' (fixes #1101)Simon Marlow2007-01-161-3/+4
* Module header tidyup #2Simon Marlow2006-10-111-7/+8
* Interface file optimisation and removal of nameParentSimon Marlow2006-10-111-1/+11
* Import trimmingsimonpj@microsoft.com2006-10-061-2/+2
* Massive patch for the first months work adding System FC to GHC #23Manuel M T Chakravarty2006-08-041-1/+1
* Packages cleanup, and allow new packages to be loaded with :set againSimon Marlow2006-09-191-17/+19
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+476