add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / System / Timeout.hs
2011-04-24 Ian LynaghFor GHC, implement the Typeable.hs macros using standal...
2011-02-15 Bas van DijkMake the Timeout exception a newtype instead of a datatype
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2009-01-14 Ian LynaghAdd NoImplicitPrelude to the extensions used when build...
2008-09-04 Ian LynaghAdd missing files
2008-08-24 Ian LynaghSplit off the concurrent hierarchy (concurrent, unique...
2008-08-20 Ian LynaghFix more warnings
2008-08-12 Ross Patersonuse dummy implementation of timeout for all non-GHCs
2008-08-12 Ross Patersonsplit most of Control.Exception into new Control.Except...
2008-07-30 Ian LynaghDon't use "deriving Typeable" (for portability reasons)
2008-07-30 Ian LynaghStart to actually use extensible exceptions
2008-06-16 Ian LynaghRemove -fglasgow-exts from pragmas and comments
2007-11-26 Ian LynaghFix some links in haddock docs
2007-05-28 Malcolm.Wallace... add a dummy implementation of System.Timeout.timeout...
2007-02-28 Peter Simonsdocument timeout limitations
2007-02-28 Peter SimonsSo many people were involved in the writing of this...
2007-01-26 Peter SimonsThis patch adds a timeout function to the base librarie...