Skip to content
  • Mikhail Glushenkov's avatar
    Refactoring: change the return type of 'InstallPlan.ready'. · 2a75a448
    Mikhail Glushenkov authored
    Introduce a new type 'ReadyPackage' to represent packages that have all
    dependencies already installed. Make 'InstallPlan.ready' return '[ReadyPackage]'
    instead of '[(ConfiguredPackage, InstalledPackageInfo)]'.
    
    Also fix a bug where 'cabal configure' didn't pass '--dependency' options to
    'setup configure'.
    2a75a448