patch applied (packages/Cabal): Fix openNewBinaryFile on Windows
with ghc-6.6
Ian Lynagh
igloo at earth.li
Fri Jun 5 11:45:37 EDT 2009
Thu Jan 22 09:21:00 PST 2009 Duncan Coutts <duncan at 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/packages/Cabal/_darcs/patches/20090122172100-adfee-87f2e4f09b2dbc907d1d5bdffb6c077dd4609fa9.gz
More information about the Cvs-libraries
mailing list