Ticket #668 (new enhancement)

Opened 3 years ago

Update simple distribution for LHC

Reported by: dmp Owned by:
Priority: normal Milestone:
Component: Cabal library Version: 1.8.0.4
Severity: normal Keywords:
Cc: Difficulty: very easy (<1 hour)
GHC Version: 6.12.1 Platform: Mac OS

Description

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.

Attachments

lhc.dpatch Download (9.2 KB) - added by dmp 3 years ago.

Change History

Changed 3 years ago by dmp

Note: See TracTickets for help on using tickets.