cvs commit: fptools/libraries/Cabal/Distribution Simple.hs
Krasimir Angelov
krasimir at haskell.org
Sun Jan 9 19:11:18 EST 2005
krasimir 2005/01/09 16:11:18 PST
Modified files:
libraries/Cabal/Distribution Simple.hs
Log:
Use joinFileName the new dropAbsolutePrefix function from System.FilePath
instead of joinPaths in mJoinPaths. The joinPaths function always returns its
second argument if it is absolute path. Since the install prefix is usually
absolute path the copy command wasn't working with the old definition.
Revision Changes Path
1.17 +3 -2 fptools/libraries/Cabal/Distribution/Simple.hs
More information about the Cvs-libraries
mailing list