We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db76bd1 commit 086ccc2Copy full SHA for 086ccc2
cabal-install/src/Distribution/Client/ProjectPlanning.hs
@@ -1977,15 +1977,10 @@ elaborateInstallPlan
1977
external_exe_dep_sids = CD.select (== compSolverName) exe_deps0
1978
1979
external_lib_dep_pkgs = concatMap mapDep external_lib_dep_sids
1980
-
1981
- -- Combine library and build-tool dependencies, for backwards
1982
- -- compatibility (See issue #5412 and the documentation for
1983
- -- InstallPlan.fromSolverInstallPlan), but prefer the versions
1984
- -- specified as build-tools.
1985
external_exe_dep_pkgs =
1986
concatMap mapDep $
1987
ordNubBy (pkgName . packageId) $
1988
- external_exe_dep_sids ++ external_lib_dep_sids
+ external_exe_dep_sids
1989
1990
external_exe_map =
1991
Map.fromList $
0 commit comments