patch applied (cabal): Stop using smartCopySources in SrcDist
31 Jan
2008
31 Jan
'08
9:49 p.m.
Thu Jan 31 03:41:43 PST 2008 Duncan Coutts <duncan@haskell.org> * Stop using smartCopySources in SrcDist This was the old module using it in with preserveDirs = True. Anyway, we should be using smartCopySources for each lib and exe, we should be collecting all the files to copy together into one list, then eliminating duplicates and doing a single copyFiles operation. Yes, there can be duplicates because for example exes can specify the libbrary's modules or even the other exe's main module as other-modules. M ./Distribution/Simple/SrcDist.hs -9 +18
6752
Age (days ago)
6752
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts