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 bfa442f commit 36c8195Copy full SHA for 36c8195
cabal-install/src/Distribution/Client/ProjectBuilding/UnpackedPackage.hs
@@ -631,9 +631,11 @@ buildInplaceUnpackedPackage
631
BuildStatusBuild (Just _) _ ->
632
info verbosity "whenReRegister: previously registered"
633
-- There is nothing to register
634
- _
+ BuildStatusBuild Nothing _ ->
635
+ info verbosity "whenReRegister: nothing to register, we know it!"
636
+ BuildStatusConfigure _reason
637
| null (elabBuildTargets pkg) ->
- info verbosity "whenReRegister: nothing to register"
638
+ info verbosity "whenReRegister: nothing to register, it seems ..."
639
| otherwise -> action
640
641
--------------------------------------------------------------------------------
0 commit comments