cvs commit: fptools/libraries/Cabal/Distribution PackageDescription.hs PreProcess.hs fptools/libraries/Cabal/Distribution/Simple Build.hs Install.hs Utils.hs fptools/libraries/Cabal/tests ModuleTest.hs

Isaac Jones ijones at haskell.org
Sun May 15 03:43:27 EDT 2005


ijones      2005/05/15 00:43:27 PDT

  Modified files:
    libraries/Cabal/Distribution PackageDescription.hs 
                                 PreProcess.hs 
    libraries/Cabal/Distribution/Simple Build.hs Install.hs 
                                        Utils.hs 
    libraries/Cabal/tests ModuleTest.hs 
  Log:
  fixed bug: executable build location had changed
  
  Since we don't have hs-source-dir anymore, the location for building
  executables had changed.  However, install was still looking in the
  old location.  Fixed this.
  
  Fixed another bug where hs-source-dir for executables was [".","."]
  where this duplication caused a problem in locating the Main module.
  Not sure quite where this came from, but now for combining fields, we
  always nub, so this should be a robust fix.
  
  Fixed build failures in testing code.
  
  Revision  Changes    Path
  1.53      +7 -4      fptools/libraries/Cabal/Distribution/PackageDescription.hs
  1.35      +2 -1      fptools/libraries/Cabal/Distribution/PreProcess.hs
  1.46      +4 -4      fptools/libraries/Cabal/Distribution/Simple/Build.hs
  1.35      +1 -1      fptools/libraries/Cabal/Distribution/Simple/Install.hs
  1.36      +4 -3      fptools/libraries/Cabal/Distribution/Simple/Utils.hs
  1.17      +8 -8      fptools/libraries/Cabal/tests/ModuleTest.hs


More information about the Cvs-libraries mailing list