patch applied (cabal): Stop using smartCopySources or
copyDirectoryRecursiveVerbose
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Thu Jan 29 18:57:50 EST 2009
Thu Jan 29 15:16:56 PST 2009 Duncan Coutts <duncan at haskell.org>
* Stop using smartCopySources or copyDirectoryRecursiveVerbose
Instead if copyDirectoryRecursiveVerbose use installDirectoryContents
and for smartCopySources use findModuleFiles and installExecutableFiles
In both cases the point is so that we use functions for installing
files rather than functions to copy files.
M ./Distribution/Simple/GHC.hs -2 +2
M ./Distribution/Simple/Hugs.hs -7 +8
M ./Distribution/Simple/Install.hs -2 +2
M ./Distribution/Simple/NHC.hs -4 +5
View patch online:
http://darcs.haskell.org/cabal/_darcs/patches/20090129231656-adfee-d7bd58e826a8a142e293c7fb9de4bc3ca5a0a0f2.gz
More information about the cabal-devel
mailing list