patch applied (cabal): Stop using smartCopySources or copyDirectoryRecursiveVerbose
29 Jan
2009
29 Jan
'09
11:57 p.m.
Thu Jan 29 15:16:56 PST 2009 Duncan Coutts <duncan@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-d7bd58e82...
6447
Age (days ago)
6447
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts