Skip to content

Commit c947766

Browse files
authored
Merge pull request #10845 from haskell/wip/10726
plan.json: Include compiler-abi field
2 parents 4200116 + 642cf20 commit c947766

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cabal-install/src/Distribution/Client/ProjectPlanOutput.hs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ encodePlanAsJson distDirLayout elaboratedInstallPlan elaboratedSharedConfig =
109109
, "compiler-id"
110110
J..= (J.String . showCompilerId . pkgConfigCompiler)
111111
elaboratedSharedConfig
112+
, "compiler-abi" J..= jdisplay (compilerAbiTag (pkgConfigCompiler elaboratedSharedConfig))
112113
, "os" J..= jdisplay os
113114
, "arch" J..= jdisplay arch
114115
, "install-plan" J..= installPlanToJ elaboratedInstallPlan

0 commit comments

Comments
 (0)