Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263
[ghc-hetmet.git] / ghc / Main.hs
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-04-26 Ian LynaghGHC new build system megapatch
2008-11-28 Thomas SchillingUse a per-session data structure for callbacks. Make...
2008-11-22 Thomas SchillingChange 'handleFlagWarnings' to throw exceptions instead...
2008-09-26 Ian LynaghSplit ShowVersion etc off into a different type to...
2008-09-25 Ian LynaghFix the behaviour of flags like --help and --version...
2008-09-23 Simon Marlow#2566: emit a warning for 'ghc -c foo.bar'
2008-09-14 Thomas SchillingUse 'GhcMonad' in ghc/Main.
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghSeparate the static flag parser from the static global...
2008-08-05 Simon MarlowAdd -fno-implicit-import-qualified (#2452)
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working