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 1b6a524 + 3c2d9fd commit e1f5d8bCopy full SHA for e1f5d8b
cabal-install/src/Distribution/Client/CmdUpdate.hs
@@ -85,7 +85,7 @@ updateCommand = CommandUI
85
++ " " ++ pname ++ " v2-update hackage.haskell.org,HEAD\n"
86
++ " " ++ pname ++ " v2-update hackage.haskell.org\n"
87
++ " Download hackage.haskell.org at a specific index state.\n\n"
88
- ++ " " ++ pname ++ " new update hackage.haskell.org head.hackage\n"
+ ++ " " ++ pname ++ " v2-update hackage.haskell.org head.hackage\n"
89
++ " Download hackage.haskell.org and head.hackage\n"
90
++ " head.hackage must be a known repo-id. E.g. from\n"
91
++ " your cabal.project(.local) file.\n"
0 commit comments