deriving (Eq, Ord, Read, Show) for Newline and NewlineMode
[ghc-base.git] / GHC / IO / Handle / Types.hs
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