summaryrefslogtreecommitdiff
path: root/libraries/base/System/Exit.hs
Commit message (Expand)AuthorAgeFilesLines
* Fix ambiguous/out-of-scope Haddock identifiersAlec Theriault2018-08-211-1/+1
* Spelling only [ci skip]Gabor Greif2017-02-231-1/+1
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-161-1/+1
* Remove redundant explicit `Prelude` importsHerbert Valerio Riedel2014-10-191-1/+0
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-1/+1
* base: replace ver 4.7.1.0 references by 4.8.0.0Herbert Valerio Riedel2014-09-091-1/+1
* Generalise type of recently added System.Exit.dieHerbert Valerio Riedel2014-04-211-1/+1
* Add System.Exit.die (re #9016)Simon Hengel2014-04-211-0/+7
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-171-5/+0
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-171-5/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-151-9/+0
* Remove commented types in module export listsIan Lynagh2012-10-271-3/+3
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+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-0/+2
* doc typoSimon Marlow2010-07-011-1/+1
* correct docs for exitWith: only stdout/stderr are flushed, not all HandlesSimon Marlow2010-06-241-2/+6
* Update the exitWith docsIan Lynagh2010-02-131-3/+3
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-1/+2
* Fix #3257: document that exitWith in a forkIO'd thread does not exit the processSimon Marlow2009-05-281-1/+6
* Add errno to the IOError typeIan Lynagh2009-01-041-1/+1
* Fix more warningsIan Lynagh2008-08-201-1/+0
* Hugs only: fix importsRoss Paterson2008-08-121-2/+2
* Start to actually use extensible exceptionsIan Lynagh2008-07-301-2/+2
* Use extensible exceptions at the lowest levelIan Lynagh2008-06-211-0/+1
* Add exitSuccess :: IO a. For symmetry with exitFailureDon Stewart2008-02-131-1/+8
* [project @ 2003-08-30 22:55:42 by ross]ross2003-08-301-3/+19
* [project @ 2003-06-22 09:24:23 by ross]ross2003-06-221-0/+1
* [project @ 2003-06-12 15:15:23 by simonmar]simonmar2003-06-121-2/+2
* [project @ 2003-01-23 17:45:40 by ross]ross2003-01-231-6/+8
* [project @ 2002-10-11 11:05:20 by malcolm]malcolm2002-10-111-0/+7
* [project @ 2002-09-02 11:20:50 by ross]ross2002-09-021-2/+2
* [project @ 2002-07-16 16:08:58 by ross]ross2002-07-161-0/+6
* [project @ 2002-05-09 13:16:29 by simonmar]simonmar2002-05-091-1/+1
* [project @ 2002-04-26 13:34:05 by simonmar]simonmar2002-04-261-2/+0
* [project @ 2002-04-24 16:31:37 by simonmar]simonmar2002-04-241-2/+2
* [project @ 2001-06-28 14:15:04 by simonmar]simonmar2001-06-281-0/+44