patch applied (cabal): Fix openNewBinaryFile on Windows with ghc-6.6
22 Jan
2009
22 Jan
'09
5:22 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/_darcs/patches/20090122172100-adfee-87f2e4f09...
6382
Age (days ago)
6382
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts