summaryrefslogtreecommitdiff
path: root/libraries/base/System/IO
Commit message (Expand)AuthorAgeFilesLines
* Fix @since annotations for isResourceVanishedError and friends (#17488)Ryan Scott2019-11-271-3/+3
* Add predicates for testing if IOError is ResourceVanished.Andrew Martin2019-09-131-0/+26
* Convert `/Since: .../` to new `@since ...` syntaxHerbert Valerio Riedel2014-12-162-3/+3
* `M-x delete-trailing-whitespace` & `M-x untabify`Herbert Valerio Riedel2014-09-241-15/+15
* Move Applicative/MonadPlus into GHC.BaseHerbert Valerio Riedel2014-09-181-4/+0
* System.IO.Unsafe: cleanup: make unsafeFixIO pseudocode more validSergei Trofimovich2013-09-301-1/+1
* Add Haddock `/Since: 4.4.0.0/` comments to symbolsHerbert Valerio Riedel2013-09-221-0/+4
* Add Haddock `/Since: 4.5.[01].0/` comments to symbolsHerbert Valerio Riedel2013-09-221-0/+1
* Constant-fold `__GLASGOW_HASKELL__` CPP conditionalsHerbert Valerio Riedel2013-09-172-8/+2
* Remove Hugs98 specific codeHerbert Valerio Riedel2013-09-172-16/+0
* Remove some always-true CPP tests from System.IO.ErrorIan Lynagh2013-02-171-8/+0
* Remove nhc98-specific files and contentIan Lynagh2013-02-152-104/+1
* Remove commented types in module export listsIan Lynagh2012-10-272-27/+25
* Remove Prelude.catch and System.IO.Error.{catch,try}Ian Lynagh2012-06-191-20/+2
* add unsafeFixIO (#5421)Simon Marlow2011-11-071-1/+24
* Update base for latest Safe Haskell.David Terei2011-10-251-0/+1
* Update base for new Safe Haskell designDavid Terei2011-10-251-0/+1
* export unsafeDupablePerformIOSimon Marlow2011-07-181-1/+4
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-182-1/+2
* Fix incorrect #ifdef for nhc98Malcolm.Wallace@me.com2011-02-111-1/+1
* Deprecate System.IO.Error.{catch,try} and Prelude.catch; fixes trac #4865Ian Lynagh2011-02-051-6/+23
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-282-2/+3
* Add type signatures to cope with lack of local generalisationsimonpj@microsoft.com2010-07-281-0/+1
* For nhc98, import unsafeInterleaveIO rather than defining it here.Malcolm.Wallace@cs.york.ac.uk2010-02-041-5/+1
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-122-2/+4
* implement System.IO.Error more fully for nhc98Malcolm.Wallace@cs.york.ac.uk2009-02-061-30/+68
* Move some catch definitions around to avoid an import loopIan Lynagh2009-01-141-2/+27
* Add errno to the IOError typeIan Lynagh2009-01-041-2/+6
* split most of Control.Exception into new Control.Exception.BaseRoss Paterson2008-08-121-4/+5
* nhc98 needs the Prelude for this moduleMalcolm.Wallace@cs.york.ac.uk2008-08-041-0/+1
* Remove unused importsIan Lynagh2008-08-011-1/+0
* Start to actually use extensible exceptionsIan Lynagh2008-07-301-0/+2
* Avoid using deprecated flagsIan Lynagh2008-06-162-2/+2
* untabifyDon Stewart2008-03-082-37/+37
* Add ioeGetLocation, ioeSetLocation to System/IO/Error.hs; trac #1191Ian Lynagh2007-03-041-4/+11
* [project @ 2005-08-31 12:15:31 by ross]ross2005-08-311-2/+2
* [project @ 2005-02-02 15:22:54 by simonmar]simonmar2005-02-021-1/+1
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-112-2/+2
* [project @ 2003-08-30 12:26:56 by ross]ross2003-08-301-39/+135
* [project @ 2003-08-11 13:18:22 by ross]ross2003-08-111-3/+5
* [project @ 2003-05-27 08:03:46 by stolz]stolz2003-05-271-1/+1
* [project @ 2003-03-31 15:36:24 by ross]ross2003-03-311-1/+1
* [project @ 2003-03-31 13:58:03 by simonmar]simonmar2003-03-311-3/+24
* [project @ 2003-01-08 14:08:29 by simonmar]simonmar2003-01-081-1/+1
* [project @ 2003-01-08 13:06:30 by simonmar]simonmar2003-01-081-4/+4
* [project @ 2002-12-20 17:56:21 by ross]ross2002-12-201-21/+13
* [project @ 2002-12-12 13:42:46 by ross]ross2002-12-121-13/+25
* [project @ 2002-12-05 09:49:38 by simonmar]simonmar2002-12-051-0/+3
* [project @ 2002-10-09 17:24:12 by malcolm]malcolm2002-10-092-6/+66
* [project @ 2002-09-24 16:07:50 by sof]sof2002-09-241-1/+1