Rewrite resolveTargets for flexibility and error handling
Instead of expressing the intention in terms of PackageTargets, it now takes helper functions that select the components to use for a package target or a component target. These helpers are given the set of AvailableTargets and they can do error checking and return failures. This allows the build,configure,haddock,repl implementations to have their own behaviour and error checking and reporting for selecting targets. The full details of error reporting are not covered yet.
Showing
- cabal-install/Distribution/Client/CmdBuild.hs 37 additions, 6 deletionscabal-install/Distribution/Client/CmdBuild.hs
- cabal-install/Distribution/Client/CmdConfigure.hs 4 additions, 14 deletionscabal-install/Distribution/Client/CmdConfigure.hs
- cabal-install/Distribution/Client/CmdHaddock.hs 50 additions, 7 deletionscabal-install/Distribution/Client/CmdHaddock.hs
- cabal-install/Distribution/Client/CmdRepl.hs 53 additions, 6 deletionscabal-install/Distribution/Client/CmdRepl.hs
- cabal-install/Distribution/Client/CmdTest.hs 40 additions, 6 deletionscabal-install/Distribution/Client/CmdTest.hs
- cabal-install/Distribution/Client/ProjectOrchestration.hs 112 additions, 82 deletionscabal-install/Distribution/Client/ProjectOrchestration.hs
Loading
Please register or sign in to comment