summaryrefslogtreecommitdiff
path: root/compiler/main/GhcMonad.hs
Commit message (Expand)AuthorAgeFilesLines
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-4/+2
* Drop pre-AMP compatibility CPP conditionalsHerbert Valerio Riedel2015-12-311-6/+1
* Add kind equalities to GHC.Richard Eisenberg2015-12-111-3/+3
* Make HasDynFlags more transformers friendlyHerbert Valerio Riedel2015-12-081-7/+3
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-5/+5
* Comments onlySimon Peyton Jones2015-01-091-0/+2
* Remove redundant constraints in the compiler itself, found by -fwarn-redundan...Simon Peyton Jones2015-01-061-4/+13
* Add -fwarn-context-quantification (#4426)Krzysztof Gogolewski2014-09-181-1/+1
* Add LANGUAGE pragmas to compiler/ source filesHerbert Valerio Riedel2014-05-151-0/+1
* Applicative instance for Ghc and GhcTDan Frumin2013-08-281-0/+8
* Remove printExceptionAndWarnings (deprecated since 7.2)Ian Lynagh2013-02-201-5/+1
* Add a "deprecated in" pragmaIan Lynagh2013-02-201-1/+1
* Remove gblock and gunblockIan Lynagh2013-02-191-4/+0
* Add a class HasDynFlags(getDynFlags)Ian Lynagh2011-12-191-2/+7
* Change the way IfExtName is serialized so (most) wired-in names get special r...Max Bolingbroke2011-09-271-0/+3
* Formatting fixes to GhcMonadDavid Terei2011-05-041-2/+2
* Split main/GHC into GHC and GhcMakesimonpj@microsoft.com2011-01-251-1/+22
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-0/+177