add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / Control /
2008-08-14 Ian LynaghControl.OldException: Map exceptions to old exceptions...
2008-08-13 Malcolm.Wallace... No reason for Handler and catches to exclude nhc98.
2008-08-13 Malcolm.Wallace... Must import ExitCode for its instance to be re-exported.
2008-08-13 Ross Patersonuse New.catch instead of catchException in OldException
2008-08-13 Ross Patersonuse the Haskell 98 module Control.Exception.Base in...
2008-08-12 Ross Patersonnon-GHC: hide Prelude.catch
2008-08-12 Ross Patersonsplit most of Control.Exception into new Control.Except...
2008-08-11 Ross PatersonthreadDelay and friends are GHC-only
2008-08-04 Ian LynaghControl.Exception doesn't need to export assertError
2008-08-04 Ian LynaghGeneralise the type of mapException; pointed out by...
2008-08-05 Malcolm.Wallace... make ExitCode an instance of Exception for nhc98
2008-08-04 Malcolm.Wallace... Fix nhc98 code variations to use the extensible excepti...
2008-08-03 Ian LynaghWindows fixes
2008-08-03 Ian LynaghRemove the duplicate definition of throwTo in Control...
2008-08-03 Ian LynaghMove assertError into GHC.IOBase
2008-08-03 Ian LynaghUse onException rather than catchAny
2008-08-03 Ian LynaghGeneralise the type of onException
2008-08-02 Ian LynaghRemove the dangerous Exception functions
2008-08-01 Ian LynaghRemove unused imports
2008-08-01 Ian LynaghRemove unused imports in Control.Exception
2008-08-01 Ian LynaghMake some more imports non-recursive
2008-08-01 Ian LynaghRejig some code so Control.Exception and GHC.Conc don...
2008-08-01 Ian LynaghExport assertError from Control.Exception to make GHC...
2008-07-30 Ian LynaghDon't use "deriving Typeable" (for portability reasons)
2008-07-30 Ian LynaghAdd onException
2008-07-30 Ian LynaghRe-add blocked; it got lost in the extensible exception...
2008-07-30 Ian LynaghStart to actually use extensible exceptions
2008-07-30 Ian LynaghRejig the extensible exceptions so there is less circul...
2008-06-21 Ian LynaghUse extensible exceptions at the lowest level
2008-07-28 Malcolm.Wallace... Add instance Show Control.Exception.Exception for nhc98.
2008-07-28 Malcolm.Wallace... Extend nhc98's Exception type to resemble ghc's more...
2008-07-15 Ross Patersonfix dummy async implementations for non-GHC
2008-07-09 Simon MarlowforkOS: start the new thread in blocked mode iff the...
2008-07-09 Simon MarlowAdd Control.Exception.blocked :: IO Bool
2008-07-09 Simon MarlowMake threadWaitRead/threadWaitWrite partially useable...
2008-06-16 Ian LynaghAvoid using deprecated flags
2008-05-09 Simon MarlowAvoid calling varargs functions using the FFI
2008-04-30 Don StewartReexport (>>>) and (<<<) from Control.Arrow. Preserves...
2008-04-25 Ross Patersonrecord libraries@haskell.org as maintainer
2008-03-10 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-08 Don Stewartuntabify
2008-03-05 Don Stewartuntabify
2008-03-04 Don Stewartuntabify
2008-02-28 Don Stewartuntabify
2008-02-28 Don Stewartuntabify
2008-02-26 Don Stewartuntabify
2008-02-13 Don Stewartuntabify only
2008-01-29 Don StewartGeneralise type of forever :: (Monad m) => m a -> m b
2008-01-24 Simon MarlowThe default uncaught exception handler was adding an...
2007-11-26 Ian LynaghDon't try to make haddock links to the mtl package...
2007-10-30 Malcolm.Wallace... fix nhc98 build: need a qualified Prelude import
2007-10-29 Simon MarlowFIX BUILD: Haddock 1.x fails to parse (Prelude..)
2007-10-29 Ashley Yakeleynew Control.Category, ghc ticket #1773
2007-10-13 Ashley Yakeleynew Control.Compositor module
2007-08-14 Ian LynaghCorrect the swapMVar haddock doc
2007-08-07 Ian LynaghClarify the swapMVar haddock doc
2007-07-02 Malcolm.Wallace... change nhc98 option from -prelude to --prelude
2007-06-20 Ross PatersonHugs now gets MonadFix(mfix) from its prelude
2007-05-24 shae@ScannedInAvia... Control.Concurrent documentation fix
2007-05-18 Ian LynaghRemove Control.Parallel*, now in package parallel
2007-05-04 Malcolm.Wallace... Make Control.Exception buildable by nhc98.
2007-03-05 Simon Marlowexpand docs for forkOS
2006-11-13 Don StewartAdd Kleisli composition
2007-01-16 Simon Marlowupdate section on "blocking"
2006-11-13 bringert@cs.chalme... Control.Parallel.Strategies clean-up: Added export...
2006-11-13 bringert@cs.chalme... Control.Parallel.Strategies: added NFData instances...
2006-11-13 bringert@cs.chalme... Control.Parallel.Strategies: deprecate sPar, sSeq,...
2006-11-12 bringert@cs.chalme... Control.Parallel.Strategies: clarified documentation...
2006-11-12 bringert@cs.chalme... Added and cleaned up Haddock comments in Control.Parall...
2006-09-29 Ross Patersonadd doc link to bound threads section
2006-11-10 Ross Patersonmove fix to Data.Function
2006-10-27 Simon MarlowExport pseq from Control.Parallel, and use it in Contro...
2006-10-27 Simon Marlow`par` should be infixr 0
2006-10-23 Ross Patersonfix example in comment
2006-09-10 Ross Patersondoc tweaks, including more precise equations for evaluate
2006-08-30 Ross Patersonfix doc typo
2006-08-24 Don StewartAdd Control.Monad.forM and forM_
2006-08-26 Don StewartClarify how one hides Prelude.catch
2006-08-25 Simon Marlowadd docs for par
2006-08-21 Ross Patersonadd alternative functors and extra instances
2006-08-11 sven.panne@aedion.deWarning police: Make some prototypes from the RTS known
2006-07-11 Malcolm.Wallace... make Control.Monad.Instances compilable by nhc98
2006-06-22 Ross Patersoncomments for Applicative and Traversable
2006-06-22 Simon Marlowclarify and expand docs
2006-05-25 Ross Patersonsmall intro to exceptions
2006-05-18 Simon MarlowMove Eq, Ord, Show instances for ThreadId to GHC.Conc
2006-05-03 Simon Marlowinline withMVar, modifyMVar, modifyMVar_
2006-04-11 Ross Patersonadd superclasses to Applicative and Traversable
2006-04-10 Ross Patersonadd Functor and Monad instances for Prelude types
2006-03-15 Simon MarlowAdd unsafeSTToIO :: ST s a -> IO a
2005-12-01 simonmar[project @ 2005-12-01 12:37:23 by simonmar]
2005-11-29 ross[project @ 2005-11-29 14:31:59 by ross]
2005-10-21 simonmar[project @ 2005-10-21 13:10:48 by simonmar]
2005-10-13 ross[project @ 2005-10-13 11:09:50 by ross]
2005-10-13 ross[project @ 2005-10-13 10:35:49 by ross]
2005-07-10 ross[project @ 2005-07-10 23:01:24 by ross]
next