add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / Control / OldException.hs
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-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2010-07-08 Simon Marlow New asynchronous exception control API (base parts)
2009-08-30 Simon MarlowAddress #3310
2009-08-04 Ian LynaghDeprecate Control.OldException
2009-07-10 Ian LynaghFix some "warn-unused-do-bind" warnings where we want...
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support
2009-02-02 Ian LynaghOldException catches unknown exceptions as DynException
2008-09-02 Ian LynaghDon't look for actual OldException.Exception exceptions
2008-09-02 Ross Patersonavoid relying on the implementation of SomeException
2008-08-20 Ian LynaghFix more warnings
2008-08-16 Bertram FelgenhauerFix oversight in Control.OldException
2008-08-14 Ian LynaghControl.OldException: Map exceptions to old exceptions...
2008-08-13 Ross Patersonuse New.catch instead of catchException in OldException
2008-08-12 Ross Patersonsplit most of Control.Exception into new Control.Except...
2008-08-01 Ian LynaghRemove unused imports
2008-08-01 Ian LynaghMake some more imports non-recursive
2008-07-30 Ian LynaghDon't use "deriving Typeable" (for portability reasons)
2008-07-30 Ian LynaghStart to actually use extensible exceptions