summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Exception/Base.hs
Commit message (Expand)AuthorAgeFilesLines
* Replace DeriveDataTypeable by AutoDeriveTypeableHerbert Valerio Riedel2014-05-271-1/+1
* Revert "Per-thread allocation counters and limits"Simon Marlow2014-05-041-1/+0
* Per-thread allocation counters and limitsSimon Marlow2014-05-021-0/+1
* Make `<Typeable.h>` obsolete and refactor away its useHerbert Valerio Riedel2013-09-171-17/+8
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-25/+0
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-161/+3
* Remove blocked (deprecated since 7.2)Ian Lynagh2013-02-191-11/+0
* Remove block and unblock (deprecated since GHC 7.0)Ian Lynagh2013-02-191-6/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-100/+1
* Make a class for asynchronous exceptions in the exception hierarchySimon Marlow2012-12-101-1/+2
* Remove an out-of-date commentIan Lynagh2012-11-171-5/+0
* Remove out-of-date docs about Prelude.catch; fixes #7348Ian Lynagh2012-10-201-16/+0
* fix cross-ref to "Catching all exceptions" section (#5546)Simon Marlow2011-10-181-2/+2
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-1/+2
* Big patch to improve Unicode support in GHC. Validated on OS X and Windows, thisMax Bolingbroke2011-05-141-1/+1
* For GHC, implement the Typeable.hs macros using standalone derivingIan Lynagh2011-04-241-0/+3
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+1
* Replaced some throws to throwIOs where the type is IOBas van Dijk2010-09-241-4/+4
* Add absentError. simonpj@microsoft.com2010-09-141-1/+4
* Integrated new I/O managerSimon Marlow2010-08-101-1/+1
* Allow nhc98 to cope with recent changes to Control.Exception.Malcolm.Wallace@me.com2010-07-101-1/+6
* New asynchronous exception control API (base parts)Simon Marlow2010-07-081-9/+15
* Tweak docsIan Lynagh2010-03-121-1/+1
* Documentation fixes in Control.ExceptionBas van Dijk2010-03-011-2/+2
* Control.Exception.Base no longer has any orphansIan Lynagh2009-11-231-1/+0
* Fix gratuitous breakage of nhc98 in Control.Exception.Base.Malcolm.Wallace@cs.york.ac.uk2009-10-091-2/+2
* Address #3310Simon Marlow2009-08-301-10/+10
* 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