Remove unnecessary fromIntegral calls
[ghc-base.git] / GHC / IO / Handle / FD.hs
2010-11-16 simonpj@microsoft.comRemove unnecessary fromIntegral calls
2010-10-22 simonpj@microsoft.comRemove redundant imports, now that NoImplicitPrelude...
2010-07-02 Simon MarlowFix a few places where we forgot to close the text...
2010-04-21 Simon Marlowadd NOINLINE pragmas for stdin/stdout/stderr
2009-07-11 Ian LynaghFix build on Windows
2009-07-06 simonpj@microsoft.comRemove unused imports from base
2009-06-26 Simon Marlowset binary mode for existing FDs on Windows (fixes...
2009-06-24 Simon MarlowsetNonBlockingMode now takes a flag, can turn blocking...
2009-06-12 Simon MarlowRewrite of the IO library, including Unicode support