summaryrefslogtreecommitdiff
path: root/compiler/utils/Exception.hs
Commit message (Expand)AuthorAgeFilesLines
* compiler: introduce custom "GhcPrelude" PreludeHerbert Valerio Riedel2017-09-191-0/+2
* Remove some redundant definitions/constraintsHerbert Valerio Riedel2015-12-311-2/+1
* Make Monad/Applicative instances MRP-friendlyHerbert Valerio Riedel2015-10-171-1/+2
* Remove gblock and gunblockIan Lynagh2013-02-191-20/+4
* Use throwIO rather than throwIan Lynagh2013-01-301-1/+1
* Make MonadIO a superclass of ExceptionMonadIan Lynagh2013-01-301-1/+2
* Follow changes in baseIan Lynagh2012-06-191-4/+2
* Remove some dead codeIan Lynagh2011-12-151-8/+0
* remove unnecessary/broken definition of mask_Simon Marlow2010-10-021-5/+0
* adapt to the new async exceptions APISimon Marlow2010-07-091-15/+36
* The bootstrapping compiler is now required to be > 609Ian Lynagh2010-04-091-4/+0
* Support for -fwarn-unused-do-bind and -fwarn-wrong-do-bind, as per #3263Max Bolingbroke2009-07-011-3/+3
* Make 'gblock' and 'gunblock' part of 'ExceptionMonad'. This way theThomas Schilling2008-10-061-15/+32
* Use an extensible-exceptions package when bootstrappingIan Lynagh2008-10-031-42/+4
* Introduce an 'ExceptionMonad' class.Thomas Schilling2008-09-141-0/+73
* Follow changes in the base libraryIan Lynagh2008-07-311-7/+30
* Follow extensible exception changesIan Lynagh2008-07-301-0/+19