Wed Jan 28 10:11:15 PST 2009  Duncan Coutts <[email protected]>
  * Add Distribution.Compat.CopyFile module
  This is to work around the file permissions problems with the
  standard System.Directory.copyFile function. When installing
  files we do not want to copy permissions or attributes from the
  source files. On unix we want to use specific permissions and
  on windows we want to inherit default permissions. On unix:
  copyOrdinaryFile   sets the permissions to -rw-r--r--
  copyExecutableFile sets the permissions to -rwxr-xr-x

    M ./Cabal.cabal +1
    A ./Distribution/Compat/CopyFile.hs
    M ./Makefile -1 +1

View patch online:
http://darcs.haskell.org/cabal-branches/cabal-1.6/_darcs/patches/20090128181115-adfee-862a3067fefbbf36ed349d900fa85d9b70a762df.gz

_______________________________________________
cabal-devel mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cabal-devel

Reply via email to