Remove unused imports from base
[ghc-base.git] / Control / OldException.hs
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