Closed
Description
In the modular solver at
, the list of wired-in packages is hardcoded.When one wants to rebuild one of these packages (see mail thread about rebuilding base
), the given package needs to be commented out, and cabal rebuilt locally.
It would be nice if the list of packages came from a flag (defaulting to the current set?), which users could override. Or, if it's needed for some reason, keep the list hardcoded but let some packages be removed with a flag.