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.
2 parents 4200116 + 642cf20 commit c947766Copy full SHA for c947766
cabal-install/src/Distribution/Client/ProjectPlanOutput.hs
@@ -109,6 +109,7 @@ encodePlanAsJson distDirLayout elaboratedInstallPlan elaboratedSharedConfig =
109
, "compiler-id"
110
J..= (J.String . showCompilerId . pkgConfigCompiler)
111
elaboratedSharedConfig
112
+ , "compiler-abi" J..= jdisplay (compilerAbiTag (pkgConfigCompiler elaboratedSharedConfig))
113
, "os" J..= jdisplay os
114
, "arch" J..= jdisplay arch
115
, "install-plan" J..= installPlanToJ elaboratedInstallPlan
0 commit comments