add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / Control / Exception /
2011-05-14 Max BolingbrokeBig patch to improve Unicode support in GHC. Validated...
2011-04-24 Ian LynaghFor GHC, implement the Typeable.hs macros using standal...
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-09-24 Bas van DijkReplaced some throws to throwIOs where the type is IO
2010-09-14 simonpj@microsoft.comAdd absentError.
2010-08-10 Simon MarlowIntegrated new I/O manager
2010-07-10 Malcolm.Wallace... Allow nhc98 to cope with recent changes to Control...
2010-07-08 Simon Marlow New asynchronous exception control API (base parts)
2010-03-12 Ian LynaghTweak docs
2010-03-01 Bas van DijkDocumentation fixes in Control.Exception
2009-11-23 Ian LynaghControl.Exception.Base no longer has any orphans
2009-10-09 Malcolm.Wallace... Fix gratuitous breakage of nhc98 in Control.Exception...
2009-08-30 Simon MarlowAddress #3310
2009-07-21 Simon Marlowmove "instance Exception Dynamic" so it isn't an orphan
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we just...
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support
2009-01-31 Ian LynaghUpdate the Exception docs
2009-01-16 Malcolm.Wallace... Unbreak an import cycle caused by moving 'catch' defini...
2009-01-02 simonpj@microsoft.comMore compact error messages for record selectors
2008-08-20 Ian LynaghFix some more warnings
2008-08-12 Ross Patersonsplit most of Control.Exception into new Control.Except...