summaryrefslogtreecommitdiff
path: root/libraries/base/Control/Exception/Base.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix unboxed-sums GC ptr-slot rubbish value (#17791)Sylvain Henry2020-05-091-5/+1
* Fix typo in documentation of Base.hs.Matthias Braun2019-12-051-1/+1
* Fix #15038Ömer Sinan Ağacan2018-05-101-1/+5
* Kill off irrefutable pattern errorsDavid Feuer2018-01-151-3/+2
* Add custom exception for fixIODavid Feuer2017-11-021-0/+1
* Change catch# demand signatureDavid Feuer2017-03-011-39/+0
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+1
* Add @since annotations to base instancesSeraphime Kirkovski2016-06-061-0/+16
* Make `catch` lazy in the actionBen Gamari2016-03-111-1/+1
* Make TypeError a newtype, add changelog entryRyanGlScott2016-02-021-1/+3
* Allow CallStacks to be frozenEric Seidel2015-12-231-2/+2
* Associate ErrorCall pattern with ErrorCall typeHerbert Valerio Riedel2015-12-081-2/+1
* Use IP based CallStack in error and undefinedEric Seidel2015-09-021-1/+2
* Make Exception datatypes into newtypesRyanGlScott2015-08-051-5/+5
* Deferred type errors now throw TypeError (#10284)David Kraeutmann2015-07-071-2/+16
* base: drop redundant Typeable derivingsHerbert Valerio Riedel2015-03-071-9/+8
* Per-thread allocation counters and limitsSimon Marlow2014-11-121-0/+1
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-2/+2
* Move `Maybe`-typedef into GHC.BaseHerbert Valerio Riedel2014-09-161-1/+0
* 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