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 574ec03 + de8c1b5 commit 8365cecCopy full SHA for 8365cec
cabal-install/src/Distribution/Client/ProjectPlanning.hs
@@ -1246,8 +1246,8 @@ getPackageSourceHashes verbosity withRepoCtx solverPlan = do
1246
]
1247
| (repo, pkgids) <-
1248
map (\grp@((repo, _) :| _) -> (repo, map snd (NE.toList grp)))
1249
- . NE.groupBy ((==) `on` (remoteRepoName . repoRemote . fst))
1250
- . sortBy (compare `on` (remoteRepoName . repoRemote . fst))
+ . NE.groupBy ((==) `on` (repoName . fst))
+ . sortBy (compare `on` (repoName . fst))
1251
$ repoTarballPkgsWithMetadata
1252
1253
0 commit comments