Ticket #310 (new enhancement)

Opened 5 months ago

Install with multiple compilers

Reported by: guest Assigned to:
Priority: normal Milestone:
Component: Cabal library Version: 1.2.3.0
Severity: normal Keywords:
Cc: Difficulty: normal
GHC Version: 6.8.2 Platform:

Description

It would be nice to be able to install a package with multiple compilers in one pass. For example, with the current Setup.[l]hs interface, runhaskell Setup.hs configure --ghc --hugs --jhc should configure for all three compilers, and then the build and install steps should perform the steps for all three as well.