summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/TopHandler.hs
Commit message (Expand)AuthorAgeFilesLines
* base: Throw exceptions raised while closing finalized HandlesBen Gamari2022-05-191-5/+26
* Fix a few Note inconsistenciesBen Gamari2022-02-011-5/+4
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-6/+5
* winio: Rename SmartHandles to StdHandlesAndreas Klebinger2020-07-151-1/+1
* winio: Refactor Buffer structures to be able to track async operationsTamar Christina2020-07-151-1/+1
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-1/+1
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* Insert missing newlineFrederik Hanghøj Iversen2017-05-181-1/+1
* Prefer #if defined to #ifdefBen Gamari2017-04-281-3/+3
* Report heap overflow in the same way as stack overflowSimon Marlow2017-04-021-2/+3
* Throw an exception on heap overflowDemi Obenour2017-01-101-1/+30
* Fix self-contained handling of ASCII encodingBen Gamari2015-07-101-1/+6
* base: fix #10298 & #7695Austin Seipp2015-05-281-1/+28
* base: Manually unlit .lhs into .hs modulesHerbert Valerio Riedel2014-11-071-0/+222