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 54767dc commit bc6fbf0Copy full SHA for bc6fbf0
cabal-install/src/Distribution/Client/ProjectPlanning.hs
@@ -1911,15 +1911,10 @@ elaborateInstallPlan
1911
external_exe_dep_sids = CD.select (== compSolverName) exe_deps0
1912
1913
external_lib_dep_pkgs = concatMap mapDep external_lib_dep_sids
1914
-
1915
- -- Combine library and build-tool dependencies, for backwards
1916
- -- compatibility (See issue #5412 and the documentation for
1917
- -- InstallPlan.fromSolverInstallPlan), but prefer the versions
1918
- -- specified as build-tools.
1919
external_exe_dep_pkgs =
1920
concatMap mapDep $
1921
ordNubBy (pkgName . packageId) $
1922
- external_exe_dep_sids ++ external_lib_dep_sids
+ external_exe_dep_sids
1923
1924
external_exe_map =
1925
Map.fromList $
0 commit comments