cvs commit: fptools/libraries/Cabal/Distribution/Simple Build.hs Install.hs SrcDist.hs Utils.hs

Krasimir Angelov ka2_mail at yahoo.com
Thu Dec 8 18:35:19 EST 2005


krasimir    2005/12/08 15:35:19 PST

  Modified files:
    libraries/Cabal/Distribution/Simple Build.hs Install.hs 
                                        SrcDist.hs Utils.hs 
  Log:
  The sdist command was broken because it is using smartCopySources. The later
  was using the hs-source-dirs for lookup but at the target place the files were
  created without the corresponding source sub directories. Now it have
  boolean parameter which specifies whether to preserve to directory structure.
  
  Revision  Changes    Path
  1.75      +2 -2      fptools/libraries/Cabal/Distribution/Simple/Build.hs
  1.53      +4 -4      fptools/libraries/Cabal/Distribution/Simple/Install.hs
  1.28      +1 -1      fptools/libraries/Cabal/Distribution/Simple/SrcDist.hs
  1.47      +5 -2      fptools/libraries/Cabal/Distribution/Simple/Utils.hs


More information about the Cvs-libraries mailing list