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 d71859c commit d27ca1dCopy full SHA for d27ca1d
cabal-install/src/Distribution/Client/ProjectPlanOutput.hs
@@ -166,6 +166,7 @@ encodePlanAsJson distDirLayout elaboratedInstallPlan elaboratedSharedConfig =
166
then "installed"
167
else "configured"
168
)
169
+ , "stage" J..= jdisplay (elabStage elab)
170
, "id" J..= (jdisplay . Graph.nodeKey) elab
171
, "pkg-name" J..= (jdisplay . pkgName . packageId) elab
172
, "pkg-version" J..= (jdisplay . pkgVersion . packageId) elab
0 commit comments