summaryrefslogtreecommitdiff
path: root/compiler/main/DriverMkDepend.hs
Commit message (Expand)AuthorAgeFilesLines
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+2
* Change a few throwGhcException uses to throwGhcExceptionIOIan Lynagh2013-01-301-3/+3
* Replace all uses of ghcError with throwGhcException and purge ghcError.Erik de Castro Lopo2012-11-301-2/+2
* Remove an -fno-cse flagIan Lynagh2012-11-021-3/+0
* Change how dependency generation works; fixes #7381Ian Lynagh2012-11-021-17/+24
* Refactor the way dump flags are handledIan Lynagh2012-10-181-1/+1
* Some alpha renamingIan Lynagh2012-10-161-1/+1
* Pass DynFlags down to showSDocIan Lynagh2012-06-121-2/+2
* Pass DynFlags down to mk_err_msgIan Lynagh2012-06-121-2/+4
* Remove unused importsDavid Terei2011-04-261-2/+0
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-0/+1
* Add the implicit 'import Prelude' in getImportsSimon Marlow2010-03-031-4/+0
* Add Outputable.blankLine and use itsimonpj@microsoft.com2009-10-291-1/+1
* Trim unused imports detected by new unused-import codesimonpj@microsoft.com2009-07-061-2/+2
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-1/+1
* GHC new build system megapatchIan Lynagh2009-04-261-10/+18
* better error message for missing package-qualified modules in ghc -MSimon Marlow2009-01-231-10/+12
* Put full ImportDecls in ModSummary instead of just ModuleNamesSimon Marlow2008-12-021-15/+17
* ghc -M: need to add a dep on Prelude unless -fno-implicit-prelude is onSimon Marlow2008-11-281-0/+4
* make -include-pkg-deps work (not sure when this got lost)Simon Marlow2008-11-281-2/+2
* Use 'GhcMonad' in DriverMkDepend.Thomas Schilling2008-09-141-33/+37
* Follow changes in the base libraryIan Lynagh2008-07-311-3/+4
* Follow extensible exception changesIan Lynagh2008-07-301-2/+1
* First step for getting rid of the old -optdep flagsIan Lynagh2008-07-201-45/+11
* Move -fno-cse flags from Makefile into pragmasIan Lynagh2008-07-111-0/+2
* Now that we require GHC >= 6.4.2, System.IO.Error is always availableIan Lynagh2008-06-201-1/+1
* Allow flags to be marked as deprecatedIan Lynagh2008-06-141-2/+8
* Use a proper datatype, rather than pairs, for flagsIan Lynagh2008-06-141-8/+8
* Fix warnings in DriverMkDependIan Lynagh2008-06-141-11/+6
* Fix whitespace in DriverMkDependIan Lynagh2008-06-141-227/+226
* (F)SLIT -> (f)sLit in DriverMkDependIan Lynagh2008-04-121-5/+5
* Don't import FastString in HsVersions.hIan Lynagh2008-03-291-0/+1
* Fix Makefile generatin on WindowsIan Lynagh2008-01-161-4/+4
* Fix generating dependencies for different ways now we use FilePathIan Lynagh2008-01-151-1/+3
* Use System.FilePathIan Lynagh2008-01-121-3/+4
* Move OPTIONS pragmas above commentsIan Lynagh2007-09-211-7/+7
* 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
* Remove code that is dead, as we require __GLASGOW_HASKELL__ >= 504Ian Lynagh2007-04-061-3/+0
* Add comments about the -include-prelude flag for ghc -Msimonpj@microsoft.com2007-03-271-0/+4
* Add -ddump-mod-cycles to -M behavioursimonpj@microsoft.com2007-03-221-5/+69
* Module header tidyup #2Simon Marlow2006-10-111-8/+8
* Generalise Package SupportSimon Marlow2006-07-251-15/+14
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+342