add GHC.HetMet.{hetmet_kappa,hetmet_kappa_app}
[ghc-base.git] / GHC / IO / Handle / Types.hs
2011-01-28 simonpj@microsoft.comUse explicit language extensions & remove extension...
2010-11-25 Simon MarlowEncode immediately in hPutStr and hPutChar
2010-09-13 Simon Marlowderiving (Eq, Ord, Read, Show) for Newline and NewlineMode
2010-06-29 Simon Marlowdoc updates in System.IO
2009-07-15 Simon Marlowwarning fix: -fno-implicit-prelude -> -XNoImplicitPrelude
2009-07-15 Simon MarlowAdd hGetEncoding :: Handle -> IO (Maybe TextEncoding)
2009-07-13 Simon MarlowExport Unicode and newline functionality from System...
2009-06-14 Simon MarlowSave and restore the codec state when re-decoding
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support