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 059f001 commit a70bb7dCopy full SHA for a70bb7d
cabal-install-solver/src/Distribution/Solver/Modular/Message.hs
@@ -263,7 +263,7 @@ showOption :: QPN -> POption -> String
263
showOption qpn@(Q _pp pn) (POption i linkedTo) =
264
case linkedTo of
265
Nothing -> showQPN qpn ++ " == " ++ showI i
266
- Just pp' -> showQPN qpn ++ " ~> " ++ showQPN (Q pp' pn)
+ Just pp' -> "to reuse " ++ showQPN (Q pp' pn) ++ " for " ++ showQPN qpn
267
268
-- | Shows a mixed list of instances and versions in a human-friendly way,
269
-- abbreviated.
0 commit comments