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 35185a7 commit 68c848eCopy full SHA for 68c848e
cabal-install/src/Distribution/Client/ProjectPlanOutput.hs
@@ -161,6 +161,7 @@ encodePlanAsJson distDirLayout elaboratedInstallPlan elaboratedSharedConfig =
161
then "installed"
162
else "configured"
163
)
164
+ , "stage" J..= jdisplay (elabStage elab)
165
, "id" J..= (jdisplay . Graph.nodeKey) elab
166
, "pkg-name" J..= (jdisplay . pkgName . packageId) elab
167
, "pkg-version" J..= (jdisplay . pkgVersion . packageId) elab
0 commit comments