summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Exception.lhs
Commit message (Expand)AuthorAgeFilesLines
* base: Manually unlit .lhs into .hs modulesHerbert Valerio Riedel2014-11-071-210/+0
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-10-251-4/+4
* Remove obsolete pre-Haddock-2 `#hide` pragmasHerbert Valerio Riedel2013-09-231-1/+0
* Add Haddock `/Since: 4.6.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-211-1/+1
* Re-jig SOURCE importsSimon Peyton Jones2013-06-061-3/+16
* ErrorCall should be a newtype, and derive Eq/OrdSimon Marlow2012-10-251-2/+2
* Add RatioZeroDenominator to ArithException, and use it instead of errorSimon Marlow2012-07-041-0/+2
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Typeable overhaul (see #5275)Simon Marlow2011-07-111-0/+1
* Fix some haddock markupIan Lynagh2011-06-291-1/+1
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+5
* Update the Exception docsIan Lynagh2009-01-311-1/+96
* Make Data.Typeable imports and exports more explicitIan Lynagh2009-01-141-1/+1
* Move some internals around to simplify the import graph a bitIan Lynagh2008-08-051-0/+30
* Rejig the extensible exceptions so there is less circular importingIan Lynagh2008-07-301-137/+2
* Use extensible exceptions at the lowest levelIan Lynagh2008-06-211-7/+70
* Add Control.Exception.blocked :: IO BoolSimon Marlow2008-07-091-0/+6
* Avoid using deprecated flagsIan Lynagh2008-06-161-1/+1
* untabifyDon Stewart2008-03-051-11/+11
* haddock attributes for haddock-2.0Ross Paterson2008-01-201-0/+1
* docs: describe the changes to forkIO, and document forkOnIOSimon Marlow2007-12-051-1/+7
* further clarify the docs for 'evaluate'Malcolm.Wallace@cs.york.ac.uk2007-05-081-2/+2
* improve documentation for evaluateSimon Marlow2007-05-081-1/+4
* doc tweaks, including more precise equations for evaluateRoss Paterson2006-09-101-3/+5
* [project @ 2005-02-03 10:32:11 by ross]ross2005-02-031-0/+1
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-10-17 00:09:58 by ross]ross2004-10-171-1/+15
* [project @ 2003-08-30 12:26:56 by ross]ross2003-08-301-0/+18
* [project @ 2003-01-16 14:38:40 by ross]ross2003-01-161-12/+0
* [project @ 2002-12-12 13:42:46 by ross]ross2002-12-121-44/+3
* [project @ 2002-05-27 14:31:06 by simonmar]simonmar2002-05-271-6/+16
* [project @ 2002-04-26 12:48:16 by simonmar]simonmar2002-04-261-8/+13
* [project @ 2002-02-05 17:32:24 by simonmar]simonmar2002-02-051-2/+1
* [project @ 2001-07-03 14:13:32 by simonmar]simonmar2001-07-031-2/+3
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-281-0/+123