id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,difficulty,ghcversion,platform
668,Update simple distribution for LHC,dmp,,"Cabal needs some updates for its LHC support. Two changes are needed (and implemented in the attached patch):

  1) Change the hackRtsPackage to not fail with an error.
  The hackRtsPackage function was previously throwing an error when
  it found zero or more than one rts packages. The rts package is not
  needed in lhc, so the error is now ignored. This change now matches the
  behavior in the GHC distribution (Distribution/Simple/GHC.hs)
  
  2) Change the value passed to the odir for compiling C files.
  The current code was doing a version check to catch a bug with GHC <
  6.4. Since lhc is only version 0.9, it was also failing on the version
  check and passing an incorrect value to odir. Changed to use the
  correct value as with GHC > 6.4.

I have attached a patch against the 1.8 branch that implements these changes.",enhancement,new,normal,,Cabal library,1.8.0.4,normal,,,,very easy (<1 hour),6.12.1,Mac OS
