patch applied (cabal-branches/cabal-1.6): Fix openNewBinaryFile on Windows with ghc-6.6
24 Jan
2009
24 Jan
'09
2:25 a.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...
6404
Age (days ago)
6404
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts