Remove very dead Java backend code.
[ghc-hetmet.git] / compiler / main / DriverMkDepend.hs
2011-04-26 David TereiRemove unused imports
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-03-03 Simon MarlowAdd the implicit 'import Prelude' in getImports
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-04-26 Ian LynaghGHC new build system megapatch
2009-01-23 Simon Marlowbetter error message for missing package-qualified...
2008-12-02 Simon MarlowPut full ImportDecls in ModSummary instead of just...
2008-11-28 Simon Marlowghc -M: need to add a dep on Prelude unless -fno-implic...
2008-11-28 Simon Marlowmake -include-pkg-deps work (not sure when this got...
2008-09-14 Thomas SchillingUse 'GhcMonad' in DriverMkDepend.
2008-07-31 Ian LynaghFollow changes in the base library
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-20 Ian LynaghFirst step for getting rid of the old -optdep flags
2008-07-11 Ian LynaghMove -fno-cse flags from Makefile into pragmas
2008-06-20 Ian LynaghNow that we require GHC >= 6.4.2, System.IO.Error is...
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-06-14 Ian LynaghFix warnings in DriverMkDepend
2008-06-14 Ian LynaghFix whitespace in DriverMkDepend
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in DriverMkDepend
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-01-16 Ian LynaghFix Makefile generatin on Windows
2008-01-15 Ian LynaghFix generating dependencies for different ways now...
2008-01-12 Ian LynaghUse System.FilePath
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
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-04-06 Ian LynaghRemove code that is dead, as we require __GLASGOW_HASKE...
2007-03-27 simonpj@microsoft.comAdd comments about the -include-prelude flag for ghc -M
2007-03-22 simonpj@microsoft.comAdd -ddump-mod-cycles to -M behaviour
2006-10-11 Simon MarlowModule header tidyup #2
2006-07-25 Simon MarlowGeneralise Package Support
2006-04-07 Simon MarlowReorganisation of the source tree