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 5c81d48 commit 21598efCopy full SHA for 21598ef
cabal-install/src/Distribution/Client/Errors.hs
@@ -299,7 +299,7 @@ exceptionMessageCabalInstall e = case e of
299
UnrecognizedResponse -> "unrecognized response"
300
CheckTarget ->
301
"The 'fetch' command does not yet support remote tarballs. "
302
- ++ "In the meantime you can use the 'unpack' commands."
+ ++ "In the meantime you can use the 'get' commands."
303
FetchPackage ->
304
"The 'fetch' command does not yet support remote "
305
++ "source repositories."
0 commit comments