23 Jan
2009
23 Jan
'09
6:25 p.m.
Thu Jan 22 09:21:00 PST 2009 Duncan Coutts <duncan@haskell.org> * Fix openNewBinaryFile on Windows with ghc-6.6 fdToHandle calls fdGetMode which does not work with ghc-6.6 on windows, the workaround is not to call fdToHandle, but call openFd directly. Bug reported by Alistair Bayley, ticket #473. M ./Distribution/Compat/TempFile.hs +4 View patch online: http://darcs.haskell.org/cabal-branches/cabal-1.6/_darcs/patches/20090122172...