summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/ConsoleHandler.hs
Commit message (Expand)AuthorAgeFilesLines
* Rip out __HADDOCK__ referencesBen Gamari2015-11-141-1/+1
* Be consistent with placement of Safe Haskell mode at top of fileDavid Terei2014-11-211-1/+1
* Refactor module imports in baseHerbert Valerio Riedel2014-10-191-0/+4
* Drop redundant `{-# LANGUAGE #-}` pragmasHerbert Valerio Riedel2013-09-281-1/+1
* Remove unnecessary import (Windows only)Simon Peyton Jones2011-07-291-5/+7
* SafeHaskell: Added SafeHaskell to baseDavid Terei2011-06-181-0/+1
* add missing extensions for WindowsSimon Marlow2011-01-311-1/+1
* Use explicit language extensions & remove extension fields from base.cabalsimonpj@microsoft.com2011-01-281-1/+2
* Remove unused import on WindowsIan Lynagh2010-11-201-1/+0
* Remove an unnecessary fromIntegralIan Lynagh2010-11-201-1/+1
* Remove redundant importIan Lynagh2010-10-311-1/+0
* Windows build fix, following RTS tidyupSimon Marlow2009-08-031-1/+1
* Add back imports needed on WindowsIan Lynagh2009-07-071-0/+7
* Remove unused importsIan Lynagh2009-07-071-3/+0
* Rewrite of the IO library, including Unicode supportSimon Marlow2009-06-121-14/+14
* Windows-only fixes for moving concurrent out of baseIan Lynagh2008-08-241-1/+10
* Fix Windows-only warningsIan Lynagh2008-08-231-1/+2
* FIX BUILD (on Windows)Simon Marlow2008-07-091-1/+1
* untabifyDon Stewart2008-03-051-22/+22
* protect console handler against concurrent access (#1922)Simon Marlow2007-12-041-19/+29
* documentation for installHandlerSimon Marlow2006-12-051-0/+19
* deriving (Eq, Ord, Enum, Show, Read, Typeab) for ConsoleEventSimon Marlow2006-12-011-0/+2
* generate Haddock docs on all platformsSimon Marlow2006-08-211-2/+4
* [project @ 2005-05-06 00:30:56 by sof]sof2005-05-061-0/+13
* [project @ 2005-04-22 17:00:49 by sof]sof2005-04-221-2/+6
* [project @ 2005-02-03 10:38:44 by simonmar]simonmar2005-02-031-1/+1
* [project @ 2005-02-03 10:32:11 by ross]ross2005-02-031-0/+1
* [project @ 2005-01-28 13:36:25 by simonmar]simonmar2005-01-281-2/+2
* [project @ 2005-01-11 16:04:08 by simonmar]simonmar2005-01-111-1/+1
* [project @ 2004-11-26 16:00:06 by simonmar]simonmar2004-11-261-0/+3
* [project @ 2004-11-17 19:07:38 by sof]sof2004-11-171-0/+88