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.
2 parents ba4d837 + 7ecff6e commit c151e02Copy full SHA for c151e02
cabal-install/Distribution/Client/TargetSelector.hs
@@ -611,8 +611,9 @@ disambiguateTargetSelectors matcher matchInput exactMatch matchResults =
611
Left ( originalMatch
612
, [ (forgetFileStatus rendering, matches)
613
| rendering <- matchRenderings
614
- , let (Match m _ matches) | m /= Inexact =
+ , let Match m _ matches =
615
memoisedMatches Map.! rendering
616
+ , m /= Inexact
617
] )
618
619
| (originalMatch, matchRenderings) <- matchResultsRenderings ]
0 commit comments