summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Exception/Base.hs
Commit message (Expand)AuthorAgeFilesLines
...
* move "instance Exception Dynamic" so it isn't an orphanSimon Marlow2009-07-211-2/+0
* Fix some "warn-unused-do-bind" warnings where we just want to ignore the resultIan Lynagh2009-07-101-3/+3
* Remove unused imports from basesimonpj@microsoft.com2009-07-061-1/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-3/+4
* Update the Exception docsIan Lynagh2009-01-311-30/+61
* Unbreak an import cycle caused by moving 'catch' definitions around.Malcolm.Wallace@cs.york.ac.uk2009-01-161-3/+2
* More compact error messages for record selectorssimonpj@microsoft.com2009-01-021-2/+3
* Fix some more warningsIan Lynagh2008-08-201-1/+1
* split most of Control.Exception into new Control.Exception.BaseRoss Paterson2008-08-121-0/+688