patch applied (cabal-branches/cabal-1.6): Fix openNewBinaryFile on
Windows with ghc-6.6
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Fri Jan 23 13:25:46 EST 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/cabal-branches/cabal-1.6/_darcs/patches/20090122172100-adfee-87f2e4f09b2dbc907d1d5bdffb6c077dd4609fa9.gz
More information about the cabal-devel
mailing list